Shades of Eucalyptus #418C66
Tints of Eucalyptus #418C66
RGB
CMYK
RGB Variations
Color information
#418C66 (or 0x418C66) is known color: Eucalyptus. HEX triplet: 41, 8C and 66. RGB value is (65,140,102). Sum of RGB (Red+Green+Blue) = 65+140+102=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 140 - color contains mainly: green. Hex color #418C66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418C66 is #BE7399. Grayscale: #717171. Windows color (decimal): -12481434 or 6720577. OLE color: 6720577.
HSL color Cylindrical-coordinate representation of color #418C66: hue angle of 149.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418C66 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 140 | 102 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.45 |
| HSL | 149.6º | 0.37% | 0.4% | - |
| HSV(B) | 149.6º | 0.54% | 0.55% | - |
| XYZ | 13.96 | 20.84 | 15.86 | - |
| YUV | 113.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 140 | 102 | 0.54 | 0 | 0.27 | 0.45 | 149.6 | 0.37 | 0.4 |
| Hex | 41 | 8C | 66 | 36 | 0 | 1B | 2D | 96 | 25 | 28 |
| Octal | 101 | 214 | 146 | 66 | 0 | 33 | 55 | 226 | 45 | 50 |
| Binary | 1000001 | 10001100 | 1100110 | 110110 | 0 | 11011 | 101101 | 10010110 | 100101 | 101000 |
Color Harmonies of #418C66
Complementary color
Monochromatic Colors of #418C66
Black with #418C66
Text Example
Text Example
White with #418C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418C66; }
p { color: rgb(65,140,102); }
H1.HeaderClassName
{
color: #418C66;
}
.AnyTagClassName
{
color: #418C66;
}
</style>
background-color css
<style>
a { background-color: #418C66; }
a { background-color: rgb(65,140,102); }
div.DivClassName
{
background-color: #418C66;
}
.BgClassName
{
background-color: #418C66;
}
</style>
border-color css
<style>
span { border-color: #418C66; }
span { border-color: rgb(65,140,102); }
td.TdClassName
{
border-color: #418C66;
}
.TagClassName
{
border-color: #418C66;
}
</style>