Shades of Eucalyptus #419A66
Tints of Eucalyptus #419A66
RGB
CMYK
RGB Variations
Color information
#419A66 (or 0x419A66) is known color: Eucalyptus. HEX triplet: 41, 9A and 66. RGB value is (65,154,102). Sum of RGB (Red+Green+Blue) = 65+154+102=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 154 - color contains mainly: green. Hex color #419A66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419A66 is #BE6599. Grayscale: #797979. Windows color (decimal): -12477850 or 6724161. OLE color: 6724161.
HSL color Cylindrical-coordinate representation of color #419A66: hue angle of 144.94º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419A66 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 154 | 102 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.40 |
| HSL | 144.94º | 0.41% | 0.43% | - |
| HSV(B) | 144.94º | 0.58% | 0.6% | - |
| XYZ | 16.13 | 25.19 | 16.58 | - |
| YUV | 121.46 | 117.01 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 154 | 102 | 0.58 | 0 | 0.34 | 0.40 | 144.94 | 0.41 | 0.43 |
| Hex | 41 | 9A | 66 | 3A | 0 | 22 | 28 | 91 | 29 | 2B |
| Octal | 101 | 232 | 146 | 72 | 0 | 42 | 50 | 221 | 51 | 53 |
| Binary | 1000001 | 10011010 | 1100110 | 111010 | 0 | 100010 | 101000 | 10010001 | 101001 | 101011 |
Color Harmonies of #419A66
Complementary color
Monochromatic Colors of #419A66
Black with #419A66
Text Example
Text Example
White with #419A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419A66; }
p { color: rgb(65,154,102); }
H1.HeaderClassName
{
color: #419A66;
}
.AnyTagClassName
{
color: #419A66;
}
</style>
background-color css
<style>
a { background-color: #419A66; }
a { background-color: rgb(65,154,102); }
div.DivClassName
{
background-color: #419A66;
}
.BgClassName
{
background-color: #419A66;
}
</style>
border-color css
<style>
span { border-color: #419A66; }
span { border-color: rgb(65,154,102); }
td.TdClassName
{
border-color: #419A66;
}
.TagClassName
{
border-color: #419A66;
}
</style>