Shades of Eucalyptus #418E63
Tints of Eucalyptus #418E63
RGB
CMYK
RGB Variations
Color information
#418E63 (or 0x418E63) is known color: Eucalyptus. HEX triplet: 41, 8E and 63. RGB value is (65,142,99). Sum of RGB (Red+Green+Blue) = 65+142+99=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 142 (55.86% from 255 or 46.41% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 142 - color contains mainly: green. Hex color #418E63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418E63 is #BE719C. Grayscale: #727272. Windows color (decimal): -12480925 or 6524481. OLE color: 6524481.
HSL color Cylindrical-coordinate representation of color #418E63: hue angle of 146.49º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418E63 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 142 | 99 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.44 |
| HSL | 146.49º | 0.37% | 0.41% | - |
| HSV(B) | 146.49º | 0.54% | 0.56% | - |
| XYZ | 14.11 | 21.37 | 15.19 | - |
| YUV | 114.08 | 119.49 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 142 | 99 | 0.54 | 0 | 0.30 | 0.44 | 146.49 | 0.37 | 0.41 |
| Hex | 41 | 8E | 63 | 36 | 0 | 1E | 2C | 92 | 25 | 29 |
| Octal | 101 | 216 | 143 | 66 | 0 | 36 | 54 | 222 | 45 | 51 |
| Binary | 1000001 | 10001110 | 1100011 | 110110 | 0 | 11110 | 101100 | 10010010 | 100101 | 101001 |
Color Harmonies of #418E63
Complementary color
Monochromatic Colors of #418E63
Black with #418E63
Text Example
Text Example
White with #418E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418E63; }
p { color: rgb(65,142,99); }
H1.HeaderClassName
{
color: #418E63;
}
.AnyTagClassName
{
color: #418E63;
}
</style>
background-color css
<style>
a { background-color: #418E63; }
a { background-color: rgb(65,142,99); }
div.DivClassName
{
background-color: #418E63;
}
.BgClassName
{
background-color: #418E63;
}
</style>
border-color css
<style>
span { border-color: #418E63; }
span { border-color: rgb(65,142,99); }
td.TdClassName
{
border-color: #418E63;
}
.TagClassName
{
border-color: #418E63;
}
</style>