Shades of Eucalyptus #249A5D
Tints of Eucalyptus #249A5D
RGB
CMYK
RGB Variations
Color information
#249A5D (or 0x249A5D) is known color: Eucalyptus. HEX triplet: 24, 9A and 5D. RGB value is (36,154,93). Sum of RGB (Red+Green+Blue) = 36+154+93=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 154 (60.55% from 255 or 54.42% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 154 - color contains mainly: green. Hex color #249A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249A5D is #DB65A2. Grayscale: #6F6F6F. Windows color (decimal): -14378403 or 6134308. OLE color: 6134308.
HSL color Cylindrical-coordinate representation of color #249A5D: hue angle of 148.98º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249A5D is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 154 | 93 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.40 |
| HSL | 148.98º | 0.62% | 0.37% | - |
| HSV(B) | 148.98º | 0.77% | 0.6% | - |
| XYZ | 14.26 | 24.28 | 14.29 | - |
| YUV | 111.76 | 117.41 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 154 | 93 | 0.77 | 0 | 0.40 | 0.40 | 148.98 | 0.62 | 0.37 |
| Hex | 24 | 9A | 5D | 4D | 0 | 28 | 28 | 95 | 3E | 25 |
| Octal | 44 | 232 | 135 | 115 | 0 | 50 | 50 | 225 | 76 | 45 |
| Binary | 100100 | 10011010 | 1011101 | 1001101 | 0 | 101000 | 101000 | 10010101 | 111110 | 100101 |
Color Harmonies of #249A5D
Complementary color
Monochromatic Colors of #249A5D
Black with #249A5D
Text Example
Text Example
White with #249A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249A5D; }
p { color: rgb(36,154,93); }
H1.HeaderClassName
{
color: #249A5D;
}
.AnyTagClassName
{
color: #249A5D;
}
</style>
background-color css
<style>
a { background-color: #249A5D; }
a { background-color: rgb(36,154,93); }
div.DivClassName
{
background-color: #249A5D;
}
.BgClassName
{
background-color: #249A5D;
}
</style>
border-color css
<style>
span { border-color: #249A5D; }
span { border-color: rgb(36,154,93); }
td.TdClassName
{
border-color: #249A5D;
}
.TagClassName
{
border-color: #249A5D;
}
</style>