Shades of Eucalyptus #249560
Tints of Eucalyptus #249560
RGB
CMYK
RGB Variations
Color information
#249560 (or 0x249560) is known color: Eucalyptus. HEX triplet: 24, 95 and 60. RGB value is (36,149,96). Sum of RGB (Red+Green+Blue) = 36+149+96=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #249560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249560 is #DB6A9F. Grayscale: #6D6D6D. Windows color (decimal): -14379680 or 6329636. OLE color: 6329636.
HSL color Cylindrical-coordinate representation of color #249560: hue angle of 151.86º 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 #249560 is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 149 | 96 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.42 |
| HSL | 151.86º | 0.61% | 0.36% | - |
| HSV(B) | 151.86º | 0.76% | 0.58% | - |
| XYZ | 13.59 | 22.71 | 14.73 | - |
| YUV | 109.17 | 120.56 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 96 | 0.76 | 0 | 0.36 | 0.42 | 151.86 | 0.61 | 0.36 |
| Hex | 24 | 95 | 60 | 4C | 0 | 24 | 2A | 98 | 3D | 24 |
| Octal | 44 | 225 | 140 | 114 | 0 | 44 | 52 | 230 | 75 | 44 |
| Binary | 100100 | 10010101 | 1100000 | 1001100 | 0 | 100100 | 101010 | 10011000 | 111101 | 100100 |
Color Harmonies of #249560
Complementary color
Monochromatic Colors of #249560
Black with #249560
Text Example
Text Example
White with #249560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249560; }
p { color: rgb(36,149,96); }
H1.HeaderClassName
{
color: #249560;
}
.AnyTagClassName
{
color: #249560;
}
</style>
background-color css
<style>
a { background-color: #249560; }
a { background-color: rgb(36,149,96); }
div.DivClassName
{
background-color: #249560;
}
.BgClassName
{
background-color: #249560;
}
</style>
border-color css
<style>
span { border-color: #249560; }
span { border-color: rgb(36,149,96); }
td.TdClassName
{
border-color: #249560;
}
.TagClassName
{
border-color: #249560;
}
</style>