Shades of Eucalyptus #249F64
Tints of Eucalyptus #249F64
RGB
CMYK
RGB Variations
Color information
#249F64 (or 0x249F64) is known color: Eucalyptus. HEX triplet: 24, 9F and 64. RGB value is (36,159,100). Sum of RGB (Red+Green+Blue) = 36+159+100=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 159 (62.5% from 255 or 53.90% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 159 - color contains mainly: green. Hex color #249F64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249F64 is #DB609B. Grayscale: #737373. Windows color (decimal): -14377116 or 6594340. OLE color: 6594340.
HSL color Cylindrical-coordinate representation of color #249F64: hue angle of 151.22º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249F64 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 159 | 100 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.38 |
| HSL | 151.22º | 0.63% | 0.38% | - |
| HSV(B) | 151.22º | 0.77% | 0.62% | - |
| XYZ | 15.43 | 26.09 | 16.28 | - |
| YUV | 115.5 | 119.25 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 100 | 0.77 | 0 | 0.37 | 0.38 | 151.22 | 0.63 | 0.38 |
| Hex | 24 | 9F | 64 | 4D | 0 | 25 | 26 | 97 | 3F | 26 |
| Octal | 44 | 237 | 144 | 115 | 0 | 45 | 46 | 227 | 77 | 46 |
| Binary | 100100 | 10011111 | 1100100 | 1001101 | 0 | 100101 | 100110 | 10010111 | 111111 | 100110 |
Color Harmonies of #249F64
Complementary color
Monochromatic Colors of #249F64
Black with #249F64
Text Example
Text Example
White with #249F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249F64; }
p { color: rgb(36,159,100); }
H1.HeaderClassName
{
color: #249F64;
}
.AnyTagClassName
{
color: #249F64;
}
</style>
background-color css
<style>
a { background-color: #249F64; }
a { background-color: rgb(36,159,100); }
div.DivClassName
{
background-color: #249F64;
}
.BgClassName
{
background-color: #249F64;
}
</style>
border-color css
<style>
span { border-color: #249F64; }
span { border-color: rgb(36,159,100); }
td.TdClassName
{
border-color: #249F64;
}
.TagClassName
{
border-color: #249F64;
}
</style>