Shades of Eucalyptus #419166
Tints of Eucalyptus #419166
RGB
CMYK
RGB Variations
Color information
#419166 (or 0x419166) is known color: Eucalyptus. HEX triplet: 41, 91 and 66. RGB value is (65,145,102). Sum of RGB (Red+Green+Blue) = 65+145+102=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #419166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419166 is #BE6E99. Grayscale: #747474. Windows color (decimal): -12480154 or 6721857. OLE color: 6721857.
HSL color Cylindrical-coordinate representation of color #419166: hue angle of 147.75º 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 #419166 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 145 | 102 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.43 |
| HSL | 147.75º | 0.38% | 0.41% | - |
| HSV(B) | 147.75º | 0.55% | 0.57% | - |
| XYZ | 14.7 | 22.33 | 16.11 | - |
| YUV | 116.18 | 120 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 145 | 102 | 0.55 | 0 | 0.30 | 0.43 | 147.75 | 0.38 | 0.41 |
| Hex | 41 | 91 | 66 | 37 | 0 | 1E | 2B | 94 | 26 | 29 |
| Octal | 101 | 221 | 146 | 67 | 0 | 36 | 53 | 224 | 46 | 51 |
| Binary | 1000001 | 10010001 | 1100110 | 110111 | 0 | 11110 | 101011 | 10010100 | 100110 | 101001 |
Color Harmonies of #419166
Complementary color
Monochromatic Colors of #419166
Black with #419166
Text Example
Text Example
White with #419166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419166; }
p { color: rgb(65,145,102); }
H1.HeaderClassName
{
color: #419166;
}
.AnyTagClassName
{
color: #419166;
}
</style>
background-color css
<style>
a { background-color: #419166; }
a { background-color: rgb(65,145,102); }
div.DivClassName
{
background-color: #419166;
}
.BgClassName
{
background-color: #419166;
}
</style>
border-color css
<style>
span { border-color: #419166; }
span { border-color: rgb(65,145,102); }
td.TdClassName
{
border-color: #419166;
}
.TagClassName
{
border-color: #419166;
}
</style>