Shades of Eucalyptus #418F64
Tints of Eucalyptus #418F64
RGB
CMYK
RGB Variations
Color information
#418F64 (or 0x418F64) is known color: Eucalyptus. HEX triplet: 41, 8F and 64. RGB value is (65,143,100). Sum of RGB (Red+Green+Blue) = 65+143+100=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 143 - color contains mainly: green. Hex color #418F64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418F64 is #BE709B. Grayscale: #727272. Windows color (decimal): -12480668 or 6590273. OLE color: 6590273.
HSL color Cylindrical-coordinate representation of color #418F64: hue angle of 146.92º 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 #418F64 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 143 | 100 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.44 |
| HSL | 146.92º | 0.38% | 0.41% | - |
| HSV(B) | 146.92º | 0.55% | 0.56% | - |
| XYZ | 14.3 | 21.69 | 15.49 | - |
| YUV | 114.78 | 119.66 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 143 | 100 | 0.55 | 0 | 0.30 | 0.44 | 146.92 | 0.38 | 0.41 |
| Hex | 41 | 8F | 64 | 37 | 0 | 1E | 2C | 93 | 26 | 29 |
| Octal | 101 | 217 | 144 | 67 | 0 | 36 | 54 | 223 | 46 | 51 |
| Binary | 1000001 | 10001111 | 1100100 | 110111 | 0 | 11110 | 101100 | 10010011 | 100110 | 101001 |
Color Harmonies of #418F64
Complementary color
Monochromatic Colors of #418F64
Black with #418F64
Text Example
Text Example
White with #418F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418F64; }
p { color: rgb(65,143,100); }
H1.HeaderClassName
{
color: #418F64;
}
.AnyTagClassName
{
color: #418F64;
}
</style>
background-color css
<style>
a { background-color: #418F64; }
a { background-color: rgb(65,143,100); }
div.DivClassName
{
background-color: #418F64;
}
.BgClassName
{
background-color: #418F64;
}
</style>
border-color css
<style>
span { border-color: #418F64; }
span { border-color: rgb(65,143,100); }
td.TdClassName
{
border-color: #418F64;
}
.TagClassName
{
border-color: #418F64;
}
</style>