#409064

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

Shades of Eucalyptus #409064

Tints of Eucalyptus #409064

Color information

#409064 (or 0x409064) is unknown color: approx Eucalyptus. HEX triplet: 40, 90 and 64. RGB value is (64,144,100). Sum of RGB (Red+Green+Blue) = 64+144+100=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #409064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409064 is #BF6F9B. Grayscale: #737373. Windows color (decimal): -12545948 or 6590528. OLE color: 6590528.

HSL color Cylindrical-coordinate representation of color #409064: hue angle of 147º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409064 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB64144100-
CMYK0.5600.310.44
HSL147º38.46%40.78%-
HSV(B)147º55.56%56.47%-
XYZ14.3921.9615.54-
YUV115.06119.591.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.78%
GREEN value IS 144 (56.64% from 255) = 46.75%
BLUE value IS 100 (39.45% from 255) = 32.47%
R=20.78%
G=46.75%
B=32.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641441000.5600.310.4414738.4640.78
Hex4090643801F2C932629
Octal10022014470037542234651
Binary100000010010000110010011100001111110110010010011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409064; }

 p { color: rgb(64,144,100); }

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

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

 a { background-color: rgb(64,144,100); }

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

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

 span { border-color: rgb(64,144,100); }

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