Shades of Eucalyptus #419666
Tints of Eucalyptus #419666
RGB
CMYK
RGB Variations
Color information
#419666 (or 0x419666) is known color: 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
| RGB | 65 | 150 | 102 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.41 |
| HSL | 146.12º | 0.4% | 0.42% | - |
| HSV(B) | 146.12º | 0.57% | 0.59% | - |
| XYZ | 15.48 | 23.9 | 16.37 | - |
| YUV | 119.11 | 118.34 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 150 | 102 | 0.57 | 0 | 0.32 | 0.41 | 146.12 | 0.4 | 0.42 |
| Hex | 41 | 96 | 66 | 39 | 0 | 20 | 29 | 92 | 28 | 2A |
| Octal | 101 | 226 | 146 | 71 | 0 | 40 | 51 | 222 | 50 | 52 |
| Binary | 1000001 | 10010110 | 1100110 | 111001 | 0 | 100000 | 101001 | 10010010 | 101000 | 101010 |
Color Harmonies of #419666
Complementary color
Monochromatic Colors of #419666
Black with #419666
Text Example
Text Example
White with #419666
Text Example
Text Example
HTML Codes & Css Web 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>