Shades of Eucalyptus #249765
Tints of Eucalyptus #249765
RGB
CMYK
RGB Variations
Color information
#249765 (or 0x249765) is known color: Eucalyptus. HEX triplet: 24, 97 and 65. RGB value is (36,151,101). Sum of RGB (Red+Green+Blue) = 36+151+101=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 151 (59.38% from 255 or 52.43% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 151 - color contains mainly: green. Hex color #249765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249765 is #DB689A. Grayscale: #6E6E6E. Windows color (decimal): -14379163 or 6657828. OLE color: 6657828.
HSL color Cylindrical-coordinate representation of color #249765: hue angle of 153.91º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249765 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 151 | 101 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.41 |
| HSL | 153.91º | 0.61% | 0.37% | - |
| HSV(B) | 153.91º | 0.76% | 0.59% | - |
| XYZ | 14.14 | 23.45 | 16.09 | - |
| YUV | 110.92 | 122.4 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 151 | 101 | 0.76 | 0 | 0.33 | 0.41 | 153.91 | 0.61 | 0.37 |
| Hex | 24 | 97 | 65 | 4C | 0 | 21 | 29 | 9A | 3D | 25 |
| Octal | 44 | 227 | 145 | 114 | 0 | 41 | 51 | 232 | 75 | 45 |
| Binary | 100100 | 10010111 | 1100101 | 1001100 | 0 | 100001 | 101001 | 10011010 | 111101 | 100101 |
Color Harmonies of #249765
Complementary color
Monochromatic Colors of #249765
Black with #249765
Text Example
Text Example
White with #249765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249765; }
p { color: rgb(36,151,101); }
H1.HeaderClassName
{
color: #249765;
}
.AnyTagClassName
{
color: #249765;
}
</style>
background-color css
<style>
a { background-color: #249765; }
a { background-color: rgb(36,151,101); }
div.DivClassName
{
background-color: #249765;
}
.BgClassName
{
background-color: #249765;
}
</style>
border-color css
<style>
span { border-color: #249765; }
span { border-color: rgb(36,151,101); }
td.TdClassName
{
border-color: #249765;
}
.TagClassName
{
border-color: #249765;
}
</style>