#49B441

Color #49B441 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #49B441

Tints of Fruit Salad #49B441

Color information

#49B441 (or 0x49B441) is unknown color: approx Fruit Salad. HEX triplet: 49, B4 and 41. RGB value is (73,180,65). Sum of RGB (Red+Green+Blue) = 73+180+65=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 180 (70.70% from 255 or 56.60% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 180 - color contains mainly: green. Hex color #49B441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B441 is #B64BBE. Grayscale: #878787. Windows color (decimal): -11946943 or 4305993. OLE color: 4305993.

HSL color Cylindrical-coordinate representation of color #49B441: hue angle of 115.83º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49B441 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB7318065-
CMYK0.5900.640.29
HSL115.83º46.94%48.04%-
HSV(B)115.83º63.89%70.59%-
XYZ20.0234.4410.59-
YUV134.988.5583.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 180 (70.70% from 255) = 56.60%
BLUE value IS 65 (25.78% from 255) = 20.44%
R=22.96%
G=56.60%
B=20.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73180650.5900.640.29115.8346.9448.04
Hex49B4413B0401D742f30
Octal111264101730100351645760
Binary100100110110100100000111101101000000111011110100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49B441; }

 p { color: rgb(73,180,65); }

 H1.HeaderClassName
 {
   color: #49B441;
 }
 .AnyTagClassName
 {
   color: #49B441;
 }
</style>
background-color css

<style>
 a { background-color: #49B441; }

 a { background-color: rgb(73,180,65); }

 div.DivClassName
 {
   background-color: #49B441;
 }
 .BgClassName
 {
   background-color: #49B441;
 }
</style>
border-color css

<style>
 span { border-color: #49B441; }

 span { border-color: rgb(73,180,65); }

 td.TdClassName
 {
   border-color: #49B441;
 }
 .TagClassName
 {
   border-color: #49B441;
 }
</style>