Shades of Eucalyptus #249D5D
Tints of Eucalyptus #249D5D
RGB
CMYK
RGB Variations
Color information
#249D5D (or 0x249D5D) is known color: Eucalyptus. HEX triplet: 24, 9D and 5D. RGB value is (36,157,93). Sum of RGB (Red+Green+Blue) = 36+157+93=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 157 (61.72% from 255 or 54.90% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 157 - color contains mainly: green. Hex color #249D5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249D5D is #DB62A2. Grayscale: #717171. Windows color (decimal): -14377635 or 6135076. OLE color: 6135076.
HSL color Cylindrical-coordinate representation of color #249D5D: hue angle of 148.26º 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 #249D5D is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 157 | 93 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.38 |
| HSL | 148.26º | 0.63% | 0.38% | - |
| HSV(B) | 148.26º | 0.77% | 0.62% | - |
| XYZ | 14.76 | 25.28 | 14.46 | - |
| YUV | 113.53 | 116.41 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 157 | 93 | 0.77 | 0 | 0.41 | 0.38 | 148.26 | 0.63 | 0.38 |
| Hex | 24 | 9D | 5D | 4D | 0 | 29 | 26 | 94 | 3F | 26 |
| Octal | 44 | 235 | 135 | 115 | 0 | 51 | 46 | 224 | 77 | 46 |
| Binary | 100100 | 10011101 | 1011101 | 1001101 | 0 | 101001 | 100110 | 10010100 | 111111 | 100110 |
Color Harmonies of #249D5D
Complementary color
Monochromatic Colors of #249D5D
Black with #249D5D
Text Example
Text Example
White with #249D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249D5D; }
p { color: rgb(36,157,93); }
H1.HeaderClassName
{
color: #249D5D;
}
.AnyTagClassName
{
color: #249D5D;
}
</style>
background-color css
<style>
a { background-color: #249D5D; }
a { background-color: rgb(36,157,93); }
div.DivClassName
{
background-color: #249D5D;
}
.BgClassName
{
background-color: #249D5D;
}
</style>
border-color css
<style>
span { border-color: #249D5D; }
span { border-color: rgb(36,157,93); }
td.TdClassName
{
border-color: #249D5D;
}
.TagClassName
{
border-color: #249D5D;
}
</style>