Shades of Eucalyptus #249D5C
Tints of Eucalyptus #249D5C
RGB
CMYK
RGB Variations
Color information
#249D5C (or 0x249D5C) is known color: Eucalyptus. HEX triplet: 24, 9D and 5C. RGB value is (36,157,92). Sum of RGB (Red+Green+Blue) = 36+157+92=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 157 (61.72% from 255 or 55.09% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 157 - color contains mainly: green. Hex color #249D5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249D5C is #DB62A3. Grayscale: #717171. Windows color (decimal): -14377636 or 6069540. OLE color: 6069540.
HSL color Cylindrical-coordinate representation of color #249D5C: hue angle of 147.77º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249D5C is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 157 | 92 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.38 |
| HSL | 147.77º | 0.63% | 0.38% | - |
| HSV(B) | 147.77º | 0.77% | 0.62% | - |
| XYZ | 14.72 | 25.26 | 14.23 | - |
| YUV | 113.41 | 115.91 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 157 | 92 | 0.77 | 0 | 0.41 | 0.38 | 147.77 | 0.63 | 0.38 |
| Hex | 24 | 9D | 5C | 4D | 0 | 29 | 26 | 94 | 3F | 26 |
| Octal | 44 | 235 | 134 | 115 | 0 | 51 | 46 | 224 | 77 | 46 |
| Binary | 100100 | 10011101 | 1011100 | 1001101 | 0 | 101001 | 100110 | 10010100 | 111111 | 100110 |
Color Harmonies of #249D5C
Complementary color
Monochromatic Colors of #249D5C
Black with #249D5C
Text Example
Text Example
White with #249D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249D5C; }
p { color: rgb(36,157,92); }
H1.HeaderClassName
{
color: #249D5C;
}
.AnyTagClassName
{
color: #249D5C;
}
</style>
background-color css
<style>
a { background-color: #249D5C; }
a { background-color: rgb(36,157,92); }
div.DivClassName
{
background-color: #249D5C;
}
.BgClassName
{
background-color: #249D5C;
}
</style>
border-color css
<style>
span { border-color: #249D5C; }
span { border-color: rgb(36,157,92); }
td.TdClassName
{
border-color: #249D5C;
}
.TagClassName
{
border-color: #249D5C;
}
</style>