#409869

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

Shades of Eucalyptus #409869

Tints of Eucalyptus #409869

Color information

#409869 (or 0x409869) is unknown color: approx Eucalyptus. HEX triplet: 40, 98 and 69. RGB value is (64,152,105). Sum of RGB (Red+Green+Blue) = 64+152+105=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #409869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409869 is #BF6796. Grayscale: #787878. Windows color (decimal): -12543895 or 6920256. OLE color: 6920256.

HSL color Cylindrical-coordinate representation of color #409869: hue angle of 147.95º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409869 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB64152105-
CMYK0.5800.310.40
HSL147.95º40.74%42.35%-
HSV(B)147.95º57.89%59.61%-
XYZ15.8924.5717.27-
YUV120.33119.3587.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.94%
GREEN value IS 152 (59.77% from 255) = 47.35%
BLUE value IS 105 (41.41% from 255) = 32.71%
R=19.94%
G=47.35%
B=32.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641521050.5800.310.40147.9540.7442.35
Hex4098693A01F2894292a
Octal10023015172037502245152
Binary100000010011000110100111101001111110100010010100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409869; }

 p { color: rgb(64,152,105); }

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

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

 a { background-color: rgb(64,152,105); }

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

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

 span { border-color: rgb(64,152,105); }

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