Shades of Eucalyptus #418F5F
Tints of Eucalyptus #418F5F
RGB
CMYK
RGB Variations
Color information
#418F5F (or 0x418F5F) is known color: Eucalyptus. HEX triplet: 41, 8F and 5F. RGB value is (65,143,95). Sum of RGB (Red+Green+Blue) = 65+143+95=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 143 (56.25% from 255 or 47.19% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 143 - color contains mainly: green. Hex color #418F5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418F5F is #BE70A0. Grayscale: #727272. Windows color (decimal): -12480673 or 6262593. OLE color: 6262593.
HSL color Cylindrical-coordinate representation of color #418F5F: hue angle of 143.08º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418F5F is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 143 | 95 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.44 |
| HSL | 143.08º | 0.38% | 0.41% | - |
| HSV(B) | 143.08º | 0.55% | 0.56% | - |
| XYZ | 14.07 | 21.59 | 14.25 | - |
| YUV | 114.21 | 117.16 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 143 | 95 | 0.55 | 0 | 0.34 | 0.44 | 143.08 | 0.38 | 0.41 |
| Hex | 41 | 8F | 5F | 37 | 0 | 22 | 2C | 8F | 26 | 29 |
| Octal | 101 | 217 | 137 | 67 | 0 | 42 | 54 | 217 | 46 | 51 |
| Binary | 1000001 | 10001111 | 1011111 | 110111 | 0 | 100010 | 101100 | 10001111 | 100110 | 101001 |
Color Harmonies of #418F5F
Complementary color
Monochromatic Colors of #418F5F
Black with #418F5F
Text Example
Text Example
White with #418F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418F5F; }
p { color: rgb(65,143,95); }
H1.HeaderClassName
{
color: #418F5F;
}
.AnyTagClassName
{
color: #418F5F;
}
</style>
background-color css
<style>
a { background-color: #418F5F; }
a { background-color: rgb(65,143,95); }
div.DivClassName
{
background-color: #418F5F;
}
.BgClassName
{
background-color: #418F5F;
}
</style>
border-color css
<style>
span { border-color: #418F5F; }
span { border-color: rgb(65,143,95); }
td.TdClassName
{
border-color: #418F5F;
}
.TagClassName
{
border-color: #418F5F;
}
</style>