#419164

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

Shades of Eucalyptus #419164

Tints of Eucalyptus #419164

Color information

#419164 (or 0x419164) is unknown color: approx Eucalyptus. HEX triplet: 41, 91 and 64. RGB value is (65,145,100). Sum of RGB (Red+Green+Blue) = 65+145+100=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #419164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419164 is #BE6E9B. Grayscale: #747474. Windows color (decimal): -12480156 or 6590785. OLE color: 6590785.

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

Color convert

RGB65145100-
CMYK0.5500.310.43
HSL146.25º38.1%41.18%-
HSV(B)146.25º55.17%56.86%-
XYZ14.6122.2915.59-
YUV115.9511991.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.97%
GREEN value IS 145 (57.03% from 255) = 46.77%
BLUE value IS 100 (39.45% from 255) = 32.26%
R=20.97%
G=46.77%
B=32.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651451000.5500.310.43146.2538.141.18
Hex4191643701F2B922629
Octal10122114467037532224651
Binary100000110010001110010011011101111110101110010010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419164; }

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

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

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

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

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

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

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

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