Shades of Eucalyptus #249C65
Tints of Eucalyptus #249C65
RGB
CMYK
RGB Variations
Color information
#249C65 (or 0x249C65) is known color: Eucalyptus. HEX triplet: 24, 9C and 65. RGB value is (36,156,101). Sum of RGB (Red+Green+Blue) = 36+156+101=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 156 (61.33% from 255 or 53.24% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 156 - color contains mainly: green. Hex color #249C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249C65 is #DB639A. Grayscale: #717171. Windows color (decimal): -14377883 or 6659108. OLE color: 6659108.
HSL color Cylindrical-coordinate representation of color #249C65: hue angle of 152.5º 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 #249C65 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 156 | 101 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.39 |
| HSL | 152.5º | 0.63% | 0.38% | - |
| HSV(B) | 152.5º | 0.77% | 0.61% | - |
| XYZ | 14.96 | 25.09 | 16.37 | - |
| YUV | 113.85 | 120.74 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 101 | 0.77 | 0 | 0.35 | 0.39 | 152.5 | 0.63 | 0.38 |
| Hex | 24 | 9C | 65 | 4D | 0 | 23 | 27 | 98 | 3E | 26 |
| Octal | 44 | 234 | 145 | 115 | 0 | 43 | 47 | 230 | 76 | 46 |
| Binary | 100100 | 10011100 | 1100101 | 1001101 | 0 | 100011 | 100111 | 10011000 | 111110 | 100110 |
Color Harmonies of #249C65
Complementary color
Monochromatic Colors of #249C65
Black with #249C65
Text Example
Text Example
White with #249C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249C65; }
p { color: rgb(36,156,101); }
H1.HeaderClassName
{
color: #249C65;
}
.AnyTagClassName
{
color: #249C65;
}
</style>
background-color css
<style>
a { background-color: #249C65; }
a { background-color: rgb(36,156,101); }
div.DivClassName
{
background-color: #249C65;
}
.BgClassName
{
background-color: #249C65;
}
</style>
border-color css
<style>
span { border-color: #249C65; }
span { border-color: rgb(36,156,101); }
td.TdClassName
{
border-color: #249C65;
}
.TagClassName
{
border-color: #249C65;
}
</style>