Shades of Eucalyptus #249968
Tints of Eucalyptus #249968
RGB
CMYK
RGB Variations
Color information
#249968 (or 0x249968) is known color: Eucalyptus. HEX triplet: 24, 99 and 68. RGB value is (36,153,104). Sum of RGB (Red+Green+Blue) = 36+153+104=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #249968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249968 is #DB6697. Grayscale: #707070. Windows color (decimal): -14378648 or 6854948. OLE color: 6854948.
HSL color Cylindrical-coordinate representation of color #249968: hue angle of 154.87º 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 #249968 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 153 | 104 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.4 |
| HSL | 154.87º | 0.62% | 0.37% | - |
| HSV(B) | 154.87º | 0.76% | 0.6% | - |
| XYZ | 14.62 | 24.16 | 16.99 | - |
| YUV | 112.43 | 123.24 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 104 | 0.76 | 0 | 0.32 | 0.4 | 154.87 | 0.62 | 0.37 |
| Hex | 24 | 99 | 68 | 4C | 0 | 20 | 28 | 9B | 3E | 25 |
| Octal | 44 | 231 | 150 | 114 | 0 | 40 | 50 | 233 | 76 | 45 |
| Binary | 100100 | 10011001 | 1101000 | 1001100 | 0 | 100000 | 101000 | 10011011 | 111110 | 100101 |
Color Harmonies of #249968
Complementary color
Monochromatic Colors of #249968
Black with #249968
Text Example
Text Example
White with #249968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249968; }
p { color: rgb(36,153,104); }
H1.HeaderClassName
{
color: #249968;
}
.AnyTagClassName
{
color: #249968;
}
</style>
background-color css
<style>
a { background-color: #249968; }
a { background-color: rgb(36,153,104); }
div.DivClassName
{
background-color: #249968;
}
.BgClassName
{
background-color: #249968;
}
</style>
border-color css
<style>
span { border-color: #249968; }
span { border-color: rgb(36,153,104); }
td.TdClassName
{
border-color: #249968;
}
.TagClassName
{
border-color: #249968;
}
</style>