Shades of Eucalyptus #24985D
Tints of Eucalyptus #24985D
RGB
CMYK
RGB Variations
Color information
#24985D (or 0x24985D) is known color: Eucalyptus. HEX triplet: 24, 98 and 5D. RGB value is (36,152,93). Sum of RGB (Red+Green+Blue) = 36+152+93=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 152 (59.77% from 255 or 54.09% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 152 - color contains mainly: green. Hex color #24985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24985D is #DB67A2. Grayscale: #6E6E6E. Windows color (decimal): -14378915 or 6133796. OLE color: 6133796.
HSL color Cylindrical-coordinate representation of color #24985D: hue angle of 149.48º 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 #24985D is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 152 | 93 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.40 |
| HSL | 149.48º | 0.62% | 0.37% | - |
| HSV(B) | 149.48º | 0.76% | 0.6% | - |
| XYZ | 13.93 | 23.62 | 14.18 | - |
| YUV | 110.59 | 118.07 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 152 | 93 | 0.76 | 0 | 0.39 | 0.40 | 149.48 | 0.62 | 0.37 |
| Hex | 24 | 98 | 5D | 4C | 0 | 27 | 28 | 95 | 3E | 25 |
| Octal | 44 | 230 | 135 | 114 | 0 | 47 | 50 | 225 | 76 | 45 |
| Binary | 100100 | 10011000 | 1011101 | 1001100 | 0 | 100111 | 101000 | 10010101 | 111110 | 100101 |
Color Harmonies of #24985D
Complementary color
Monochromatic Colors of #24985D
Black with #24985D
Text Example
Text Example
White with #24985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24985D; }
p { color: rgb(36,152,93); }
H1.HeaderClassName
{
color: #24985D;
}
.AnyTagClassName
{
color: #24985D;
}
</style>
background-color css
<style>
a { background-color: #24985D; }
a { background-color: rgb(36,152,93); }
div.DivClassName
{
background-color: #24985D;
}
.BgClassName
{
background-color: #24985D;
}
</style>
border-color css
<style>
span { border-color: #24985D; }
span { border-color: rgb(36,152,93); }
td.TdClassName
{
border-color: #24985D;
}
.TagClassName
{
border-color: #24985D;
}
</style>