Shades of Eucalyptus #24965E
Tints of Eucalyptus #24965E
RGB
CMYK
RGB Variations
Color information
#24965E (or 0x24965E) is known color: Eucalyptus. HEX triplet: 24, 96 and 5E. RGB value is (36,150,94). Sum of RGB (Red+Green+Blue) = 36+150+94=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #24965E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24965E is #DB69A1. Grayscale: #6D6D6D. Windows color (decimal): -14379426 or 6198820. OLE color: 6198820.
HSL color Cylindrical-coordinate representation of color #24965E: hue angle of 150.53º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24965E is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 150 | 94 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.41 |
| HSL | 150.53º | 0.61% | 0.36% | - |
| HSV(B) | 150.53º | 0.76% | 0.59% | - |
| XYZ | 13.65 | 23 | 14.31 | - |
| YUV | 109.53 | 119.23 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 150 | 94 | 0.76 | 0 | 0.37 | 0.41 | 150.53 | 0.61 | 0.36 |
| Hex | 24 | 96 | 5E | 4C | 0 | 25 | 29 | 97 | 3D | 24 |
| Octal | 44 | 226 | 136 | 114 | 0 | 45 | 51 | 227 | 75 | 44 |
| Binary | 100100 | 10010110 | 1011110 | 1001100 | 0 | 100101 | 101001 | 10010111 | 111101 | 100100 |
Color Harmonies of #24965E
Complementary color
Monochromatic Colors of #24965E
Black with #24965E
Text Example
Text Example
White with #24965E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24965E; }
p { color: rgb(36,150,94); }
H1.HeaderClassName
{
color: #24965E;
}
.AnyTagClassName
{
color: #24965E;
}
</style>
background-color css
<style>
a { background-color: #24965E; }
a { background-color: rgb(36,150,94); }
div.DivClassName
{
background-color: #24965E;
}
.BgClassName
{
background-color: #24965E;
}
</style>
border-color css
<style>
span { border-color: #24965E; }
span { border-color: rgb(36,150,94); }
td.TdClassName
{
border-color: #24965E;
}
.TagClassName
{
border-color: #24965E;
}
</style>