#409249

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

Shades of Fruit Salad #409249

Tints of Fruit Salad #409249

Color information

#409249 (or 0x409249) is unknown color: approx Fruit Salad. HEX triplet: 40, 92 and 49. RGB value is (64,146,73). Sum of RGB (Red+Green+Blue) = 64+146+73=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #409249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409249 is #BF6DB6. Grayscale: #717171. Windows color (decimal): -12545463 or 4821568. OLE color: 4821568.

HSL color Cylindrical-coordinate representation of color #409249: hue angle of 126.59º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409249 is Cyan = 0.56, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB6414673-
CMYK0.5600.50.43
HSL126.59º39.05%41.18%-
HSV(B)126.59º56.16%57.25%-
XYZ13.622.139.86-
YUV113.16105.3392.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.61%
GREEN value IS 146 (57.42% from 255) = 51.59%
BLUE value IS 73 (28.91% from 255) = 25.80%
R=22.61%
G=51.59%
B=25.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64146730.5600.50.43126.5939.0541.18
Hex409249380322B7f2729
Octal10022211170062531774751
Binary100000010010010100100111100001100101010111111111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409249; }

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

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

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

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

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

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

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

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