Shades of Eden #24705E
Tints of Eden #24705E
RGB
CMYK
RGB Variations
Color information
#24705E (or 0x24705E) is known color: Eden. HEX triplet: 24, 70 and 5E. RGB value is (36,112,94). Sum of RGB (Red+Green+Blue) = 36+112+94=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #24705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24705E is #DB8FA1. Grayscale: #575757. Windows color (decimal): -14389154 or 6189092. OLE color: 6189092.
HSL color Cylindrical-coordinate representation of color #24705E: hue angle of 165.79º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24705E is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 112 | 94 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.56 |
| HSL | 165.79º | 0.51% | 0.29% | - |
| HSV(B) | 165.79º | 0.68% | 0.44% | - |
| XYZ | 8.54 | 12.77 | 12.6 | - |
| YUV | 87.22 | 131.82 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 94 | 0.68 | 0 | 0.16 | 0.56 | 165.79 | 0.51 | 0.29 |
| Hex | 24 | 70 | 5E | 44 | 0 | 10 | 38 | A6 | 33 | 1D |
| Octal | 44 | 160 | 136 | 104 | 0 | 20 | 70 | 246 | 63 | 35 |
| Binary | 100100 | 1110000 | 1011110 | 1000100 | 0 | 10000 | 111000 | 10100110 | 110011 | 11101 |
Color Harmonies of #24705E
Complementary color
Monochromatic Colors of #24705E
Black with #24705E
Text Example
Text Example
White with #24705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24705E; }
p { color: rgb(36,112,94); }
H1.HeaderClassName
{
color: #24705E;
}
.AnyTagClassName
{
color: #24705E;
}
</style>
background-color css
<style>
a { background-color: #24705E; }
a { background-color: rgb(36,112,94); }
div.DivClassName
{
background-color: #24705E;
}
.BgClassName
{
background-color: #24705E;
}
</style>
border-color css
<style>
span { border-color: #24705E; }
span { border-color: rgb(36,112,94); }
td.TdClassName
{
border-color: #24705E;
}
.TagClassName
{
border-color: #24705E;
}
</style>