Shades of Eucalyptus #24955D
Tints of Eucalyptus #24955D
RGB
CMYK
RGB Variations
Color information
#24955D (or 0x24955D) is known color: Eucalyptus. HEX triplet: 24, 95 and 5D. RGB value is (36,149,93). Sum of RGB (Red+Green+Blue) = 36+149+93=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #24955D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24955D is #DB6AA2. Grayscale: #6C6C6C. Windows color (decimal): -14379683 or 6133028. OLE color: 6133028.
HSL color Cylindrical-coordinate representation of color #24955D: hue angle of 150.27º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24955D is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 149 | 93 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.42 |
| HSL | 150.27º | 0.61% | 0.36% | - |
| HSV(B) | 150.27º | 0.76% | 0.58% | - |
| XYZ | 13.45 | 22.66 | 14.02 | - |
| YUV | 108.83 | 119.06 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 93 | 0.76 | 0 | 0.38 | 0.42 | 150.27 | 0.61 | 0.36 |
| Hex | 24 | 95 | 5D | 4C | 0 | 26 | 2A | 96 | 3D | 24 |
| Octal | 44 | 225 | 135 | 114 | 0 | 46 | 52 | 226 | 75 | 44 |
| Binary | 100100 | 10010101 | 1011101 | 1001100 | 0 | 100110 | 101010 | 10010110 | 111101 | 100100 |
Color Harmonies of #24955D
Complementary color
Monochromatic Colors of #24955D
Black with #24955D
Text Example
Text Example
White with #24955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24955D; }
p { color: rgb(36,149,93); }
H1.HeaderClassName
{
color: #24955D;
}
.AnyTagClassName
{
color: #24955D;
}
</style>
background-color css
<style>
a { background-color: #24955D; }
a { background-color: rgb(36,149,93); }
div.DivClassName
{
background-color: #24955D;
}
.BgClassName
{
background-color: #24955D;
}
</style>
border-color css
<style>
span { border-color: #24955D; }
span { border-color: rgb(36,149,93); }
td.TdClassName
{
border-color: #24955D;
}
.TagClassName
{
border-color: #24955D;
}
</style>