Shades of Eucalyptus #24995C
Tints of Eucalyptus #24995C
RGB
CMYK
RGB Variations
Color information
#24995C (or 0x24995C) is known color: Eucalyptus. HEX triplet: 24, 99 and 5C. RGB value is (36,153,92). Sum of RGB (Red+Green+Blue) = 36+153+92=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #24995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24995C is #DB66A3. Grayscale: #6F6F6F. Windows color (decimal): -14378660 or 6068516. OLE color: 6068516.
HSL color Cylindrical-coordinate representation of color #24995C: hue angle of 148.72º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24995C is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 153 | 92 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.4 |
| HSL | 148.72º | 0.62% | 0.37% | - |
| HSV(B) | 148.72º | 0.76% | 0.6% | - |
| XYZ | 14.05 | 23.93 | 14 | - |
| YUV | 111.06 | 117.24 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 92 | 0.76 | 0 | 0.40 | 0.4 | 148.72 | 0.62 | 0.37 |
| Hex | 24 | 99 | 5C | 4C | 0 | 28 | 28 | 95 | 3E | 25 |
| Octal | 44 | 231 | 134 | 114 | 0 | 50 | 50 | 225 | 76 | 45 |
| Binary | 100100 | 10011001 | 1011100 | 1001100 | 0 | 101000 | 101000 | 10010101 | 111110 | 100101 |
Color Harmonies of #24995C
Complementary color
Monochromatic Colors of #24995C
Black with #24995C
Text Example
Text Example
White with #24995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24995C; }
p { color: rgb(36,153,92); }
H1.HeaderClassName
{
color: #24995C;
}
.AnyTagClassName
{
color: #24995C;
}
</style>
background-color css
<style>
a { background-color: #24995C; }
a { background-color: rgb(36,153,92); }
div.DivClassName
{
background-color: #24995C;
}
.BgClassName
{
background-color: #24995C;
}
</style>
border-color css
<style>
span { border-color: #24995C; }
span { border-color: rgb(36,153,92); }
td.TdClassName
{
border-color: #24995C;
}
.TagClassName
{
border-color: #24995C;
}
</style>