Shades of Eucalyptus #249C60
Tints of Eucalyptus #249C60
RGB
CMYK
RGB Variations
Color information
#249C60 (or 0x249C60) is known color: Eucalyptus. HEX triplet: 24, 9C and 60. RGB value is (36,156,96). Sum of RGB (Red+Green+Blue) = 36+156+96=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 156 (61.33% from 255 or 54.17% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 156 - color contains mainly: green. Hex color #249C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249C60 is #DB639F. Grayscale: #717171. Windows color (decimal): -14377888 or 6331428. OLE color: 6331428.
HSL color Cylindrical-coordinate representation of color #249C60: hue angle of 150º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249C60 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 156 | 96 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.39 |
| HSL | 150º | 0.63% | 0.38% | - |
| HSV(B) | 150º | 0.77% | 0.61% | - |
| XYZ | 14.73 | 25 | 15.11 | - |
| YUV | 113.28 | 118.24 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 96 | 0.77 | 0 | 0.38 | 0.39 | 150 | 0.63 | 0.38 |
| Hex | 24 | 9C | 60 | 4D | 0 | 26 | 27 | 96 | 3E | 26 |
| Octal | 44 | 234 | 140 | 115 | 0 | 46 | 47 | 226 | 76 | 46 |
| Binary | 100100 | 10011100 | 1100000 | 1001101 | 0 | 100110 | 100111 | 10010110 | 111110 | 100110 |
Color Harmonies of #249C60
Complementary color
Monochromatic Colors of #249C60
Black with #249C60
Text Example
Text Example
White with #249C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249C60; }
p { color: rgb(36,156,96); }
H1.HeaderClassName
{
color: #249C60;
}
.AnyTagClassName
{
color: #249C60;
}
</style>
background-color css
<style>
a { background-color: #249C60; }
a { background-color: rgb(36,156,96); }
div.DivClassName
{
background-color: #249C60;
}
.BgClassName
{
background-color: #249C60;
}
</style>
border-color css
<style>
span { border-color: #249C60; }
span { border-color: rgb(36,156,96); }
td.TdClassName
{
border-color: #249C60;
}
.TagClassName
{
border-color: #249C60;
}
</style>