#409B49

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

Shades of Fruit Salad #409B49

Tints of Fruit Salad #409B49

Color information

#409B49 (or 0x409B49) is unknown color: approx Fruit Salad. HEX triplet: 40, 9B and 49. RGB value is (64,155,73). Sum of RGB (Red+Green+Blue) = 64+155+73=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #409B49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409B49 is #BF64B6. Grayscale: #767676. Windows color (decimal): -12543159 or 4823872. OLE color: 4823872.

HSL color Cylindrical-coordinate representation of color #409B49: hue angle of 125.93º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409B49 is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB6415573-
CMYK0.5900.530.39
HSL125.93º41.55%42.94%-
HSV(B)125.93º58.71%60.78%-
XYZ15.0425.0110.34-
YUV118.44102.3589.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 155 (60.94% from 255) = 53.08%
BLUE value IS 73 (28.91% from 255) = 25%
R=21.92%
G=53.08%
B=25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64155730.5900.530.39125.9341.5542.94
Hex409B493B035277e2a2b
Octal10023311173065471765253
Binary100000010011011100100111101101101011001111111110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409B49; }

 p { color: rgb(64,155,73); }

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

<style>
 a { background-color: #409B49; }

 a { background-color: rgb(64,155,73); }

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

<style>
 span { border-color: #409B49; }

 span { border-color: rgb(64,155,73); }

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