Shades of Eucalyptus #249B65
Tints of Eucalyptus #249B65
RGB
CMYK
RGB Variations
Color information
#249B65 (or 0x249B65) is known color: Eucalyptus. HEX triplet: 24, 9B and 65. RGB value is (36,155,101). Sum of RGB (Red+Green+Blue) = 36+155+101=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #249B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249B65 is #DB649A. Grayscale: #717171. Windows color (decimal): -14378139 or 6658852. OLE color: 6658852.
HSL color Cylindrical-coordinate representation of color #249B65: hue angle of 152.77º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249B65 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 155 | 101 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.39 |
| HSL | 152.77º | 0.62% | 0.37% | - |
| HSV(B) | 152.77º | 0.77% | 0.61% | - |
| XYZ | 14.8 | 24.76 | 16.31 | - |
| YUV | 113.26 | 121.08 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 101 | 0.77 | 0 | 0.35 | 0.39 | 152.77 | 0.62 | 0.37 |
| Hex | 24 | 9B | 65 | 4D | 0 | 23 | 27 | 99 | 3E | 25 |
| Octal | 44 | 233 | 145 | 115 | 0 | 43 | 47 | 231 | 76 | 45 |
| Binary | 100100 | 10011011 | 1100101 | 1001101 | 0 | 100011 | 100111 | 10011001 | 111110 | 100101 |
Color Harmonies of #249B65
Complementary color
Monochromatic Colors of #249B65
Black with #249B65
Text Example
Text Example
White with #249B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249B65; }
p { color: rgb(36,155,101); }
H1.HeaderClassName
{
color: #249B65;
}
.AnyTagClassName
{
color: #249B65;
}
</style>
background-color css
<style>
a { background-color: #249B65; }
a { background-color: rgb(36,155,101); }
div.DivClassName
{
background-color: #249B65;
}
.BgClassName
{
background-color: #249B65;
}
</style>
border-color css
<style>
span { border-color: #249B65; }
span { border-color: rgb(36,155,101); }
td.TdClassName
{
border-color: #249B65;
}
.TagClassName
{
border-color: #249B65;
}
</style>