Shades of Eucalyptus #249965
Tints of Eucalyptus #249965
RGB
CMYK
RGB Variations
Color information
#249965 (or 0x249965) is known color: Eucalyptus. HEX triplet: 24, 99 and 65. RGB value is (36,153,101). Sum of RGB (Red+Green+Blue) = 36+153+101=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #249965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249965 is #DB669A. Grayscale: #707070. Windows color (decimal): -14378651 or 6658340. OLE color: 6658340.
HSL color Cylindrical-coordinate representation of color #249965: hue angle of 153.33º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249965 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 153 | 101 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.4 |
| HSL | 153.33º | 0.62% | 0.37% | - |
| HSV(B) | 153.33º | 0.76% | 0.6% | - |
| XYZ | 14.47 | 24.1 | 16.2 | - |
| YUV | 112.09 | 121.74 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 101 | 0.76 | 0 | 0.34 | 0.4 | 153.33 | 0.62 | 0.37 |
| Hex | 24 | 99 | 65 | 4C | 0 | 22 | 28 | 99 | 3E | 25 |
| Octal | 44 | 231 | 145 | 114 | 0 | 42 | 50 | 231 | 76 | 45 |
| Binary | 100100 | 10011001 | 1100101 | 1001100 | 0 | 100010 | 101000 | 10011001 | 111110 | 100101 |
Color Harmonies of #249965
Complementary color
Monochromatic Colors of #249965
Black with #249965
Text Example
Text Example
White with #249965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249965; }
p { color: rgb(36,153,101); }
H1.HeaderClassName
{
color: #249965;
}
.AnyTagClassName
{
color: #249965;
}
</style>
background-color css
<style>
a { background-color: #249965; }
a { background-color: rgb(36,153,101); }
div.DivClassName
{
background-color: #249965;
}
.BgClassName
{
background-color: #249965;
}
</style>
border-color css
<style>
span { border-color: #249965; }
span { border-color: rgb(36,153,101); }
td.TdClassName
{
border-color: #249965;
}
.TagClassName
{
border-color: #249965;
}
</style>