Shades of Eucalyptus #249A5C
Tints of Eucalyptus #249A5C
RGB
CMYK
RGB Variations
Color information
#249A5C (or 0x249A5C) is known color: Eucalyptus. HEX triplet: 24, 9A and 5C. RGB value is (36,154,92). Sum of RGB (Red+Green+Blue) = 36+154+92=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 154 (60.55% from 255 or 54.61% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 154 - color contains mainly: green. Hex color #249A5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249A5C is #DB65A3. Grayscale: #6F6F6F. Windows color (decimal): -14378404 or 6068772. OLE color: 6068772.
HSL color Cylindrical-coordinate representation of color #249A5C: hue angle of 148.47º 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 #249A5C is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 154 | 92 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.40 |
| HSL | 148.47º | 0.62% | 0.37% | - |
| HSV(B) | 148.47º | 0.77% | 0.6% | - |
| XYZ | 14.21 | 24.26 | 14.06 | - |
| YUV | 111.65 | 116.91 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 154 | 92 | 0.77 | 0 | 0.40 | 0.40 | 148.47 | 0.62 | 0.37 |
| Hex | 24 | 9A | 5C | 4D | 0 | 28 | 28 | 94 | 3E | 25 |
| Octal | 44 | 232 | 134 | 115 | 0 | 50 | 50 | 224 | 76 | 45 |
| Binary | 100100 | 10011010 | 1011100 | 1001101 | 0 | 101000 | 101000 | 10010100 | 111110 | 100101 |
Color Harmonies of #249A5C
Complementary color
Monochromatic Colors of #249A5C
Black with #249A5C
Text Example
Text Example
White with #249A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249A5C; }
p { color: rgb(36,154,92); }
H1.HeaderClassName
{
color: #249A5C;
}
.AnyTagClassName
{
color: #249A5C;
}
</style>
background-color css
<style>
a { background-color: #249A5C; }
a { background-color: rgb(36,154,92); }
div.DivClassName
{
background-color: #249A5C;
}
.BgClassName
{
background-color: #249A5C;
}
</style>
border-color css
<style>
span { border-color: #249A5C; }
span { border-color: rgb(36,154,92); }
td.TdClassName
{
border-color: #249A5C;
}
.TagClassName
{
border-color: #249A5C;
}
</style>