Shades of Eucalyptus #24955C
Tints of Eucalyptus #24955C
RGB
CMYK
RGB Variations
Color information
#24955C (or 0x24955C) is known color: Eucalyptus. HEX triplet: 24, 95 and 5C. RGB value is (36,149,92). Sum of RGB (Red+Green+Blue) = 36+149+92=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #24955C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24955C is #DB6AA3. Grayscale: #6C6C6C. Windows color (decimal): -14379684 or 6067492. OLE color: 6067492.
HSL color Cylindrical-coordinate representation of color #24955C: hue angle of 149.73º 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 #24955C is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 149 | 92 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.42 |
| HSL | 149.73º | 0.61% | 0.36% | - |
| HSV(B) | 149.73º | 0.76% | 0.58% | - |
| XYZ | 13.41 | 22.64 | 13.79 | - |
| YUV | 108.72 | 118.56 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 92 | 0.76 | 0 | 0.38 | 0.42 | 149.73 | 0.61 | 0.36 |
| Hex | 24 | 95 | 5C | 4C | 0 | 26 | 2A | 96 | 3D | 24 |
| Octal | 44 | 225 | 134 | 114 | 0 | 46 | 52 | 226 | 75 | 44 |
| Binary | 100100 | 10010101 | 1011100 | 1001100 | 0 | 100110 | 101010 | 10010110 | 111101 | 100100 |
Color Harmonies of #24955C
Complementary color
Monochromatic Colors of #24955C
Black with #24955C
Text Example
Text Example
White with #24955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24955C; }
p { color: rgb(36,149,92); }
H1.HeaderClassName
{
color: #24955C;
}
.AnyTagClassName
{
color: #24955C;
}
</style>
background-color css
<style>
a { background-color: #24955C; }
a { background-color: rgb(36,149,92); }
div.DivClassName
{
background-color: #24955C;
}
.BgClassName
{
background-color: #24955C;
}
</style>
border-color css
<style>
span { border-color: #24955C; }
span { border-color: rgb(36,149,92); }
td.TdClassName
{
border-color: #24955C;
}
.TagClassName
{
border-color: #24955C;
}
</style>