#419666

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

Shades of Eucalyptus #419666

Tints of Eucalyptus #419666

Color information

#419666 (or 0x419666) is unknown color: approx Eucalyptus. HEX triplet: 41, 96 and 66. RGB value is (65,150,102). Sum of RGB (Red+Green+Blue) = 65+150+102=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #419666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419666 is #BE6999. Grayscale: #777777. Windows color (decimal): -12478874 or 6723137. OLE color: 6723137.

HSL color Cylindrical-coordinate representation of color #419666: hue angle of 146.12º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419666 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB65150102-
CMYK0.5700.320.41
HSL146.12º39.53%42.16%-
HSV(B)146.12º56.67%58.82%-
XYZ15.4823.916.37-
YUV119.11118.3489.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.50%
GREEN value IS 150 (58.98% from 255) = 47.32%
BLUE value IS 102 (40.23% from 255) = 32.18%
R=20.50%
G=47.32%
B=32.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal651501020.5700.320.41146.1239.5342.16
Hex419666390202992282a
Octal10122614671040512225052
Binary1000001100101101100110111001010000010100110010010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419666; }

 p { color: rgb(65,150,102); }

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

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

 a { background-color: rgb(65,150,102); }

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

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

 span { border-color: rgb(65,150,102); }

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