Shades of Eucalyptus #249C5E
Tints of Eucalyptus #249C5E
RGB
CMYK
RGB Variations
Color information
#249C5E (or 0x249C5E) is known color: Eucalyptus. HEX triplet: 24, 9C and 5E. RGB value is (36,156,94). Sum of RGB (Red+Green+Blue) = 36+156+94=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 156 (61.33% from 255 or 54.55% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 156 - color contains mainly: green. Hex color #249C5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249C5E is #DB63A1. Grayscale: #717171. Windows color (decimal): -14377890 or 6200356. OLE color: 6200356.
HSL color Cylindrical-coordinate representation of color #249C5E: hue angle of 149º 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 #249C5E is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
RGB | 36 | 156 | 94 | - |
CMYK | 0.77 | 0 | 0.40 | 0.39 |
HSL | 149º | 0.63% | 0.38% | - |
HSV(B) | 149º | 0.77% | 0.61% | - |
XYZ | 14.64 | 24.96 | 14.64 | - |
YUV | 113.05 | 117.24 | 73.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 36 | 156 | 94 | 0.77 | 0 | 0.40 | 0.39 | 149 | 0.63 | 0.38 |
Hex | 24 | 9C | 5E | 4D | 0 | 28 | 27 | 95 | 3E | 26 |
Octal | 44 | 234 | 136 | 115 | 0 | 50 | 47 | 225 | 76 | 46 |
Binary | 100100 | 10011100 | 1011110 | 1001101 | 0 | 101000 | 100111 | 10010101 | 111110 | 100110 |
Color Harmonies of #249C5E
Complementary color
Monochromatic Colors of #249C5E
Black with #249C5E
Text Example
Text Example
White with #249C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249C5E; }
p { color: rgb(36,156,94); }
H1.HeaderClassName
{
color: #249C5E;
}
.AnyTagClassName
{
color: #249C5E;
}
</style>
background-color css
<style>
a { background-color: #249C5E; }
a { background-color: rgb(36,156,94); }
div.DivClassName
{
background-color: #249C5E;
}
.BgClassName
{
background-color: #249C5E;
}
</style>
border-color css
<style>
span { border-color: #249C5E; }
span { border-color: rgb(36,156,94); }
td.TdClassName
{
border-color: #249C5E;
}
.TagClassName
{
border-color: #249C5E;
}
</style>