#419064

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

Shades of Eucalyptus #419064

Tints of Eucalyptus #419064

Color information

#419064 (or 0x419064) is unknown color: approx Eucalyptus. HEX triplet: 41, 90 and 64. RGB value is (65,144,100). Sum of RGB (Red+Green+Blue) = 65+144+100=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #419064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419064 is #BE6F9B. Grayscale: #737373. Windows color (decimal): -12480412 or 6590529. OLE color: 6590529.

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

Color convert

RGB65144100-
CMYK0.5500.310.44
HSL146.58º37.8%40.98%-
HSV(B)146.58º54.86%56.47%-
XYZ14.4521.9915.54-
YUV115.36119.3392.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.04%
GREEN value IS 144 (56.64% from 255) = 46.60%
BLUE value IS 100 (39.45% from 255) = 32.36%
R=21.04%
G=46.60%
B=32.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651441000.5500.310.44146.5837.840.98
Hex4190643701F2C932629
Octal10122014467037542234651
Binary100000110010000110010011011101111110110010010011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419064; }

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

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

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

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

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

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

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

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