Shades of Eden #24705A
Tints of Eden #24705A
RGB
CMYK
RGB Variations
Color information
#24705A (or 0x24705A) is known color: Eden. HEX triplet: 24, 70 and 5A. RGB value is (36,112,90). Sum of RGB (Red+Green+Blue) = 36+112+90=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #24705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24705A is #DB8FA5. Grayscale: #565656. Windows color (decimal): -14389158 or 5926948. OLE color: 5926948.
HSL color Cylindrical-coordinate representation of color #24705A: hue angle of 162.63º 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 #24705A is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 112 | 90 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.56 |
| HSL | 162.63º | 0.51% | 0.29% | - |
| HSV(B) | 162.63º | 0.68% | 0.44% | - |
| XYZ | 8.37 | 12.7 | 11.68 | - |
| YUV | 86.77 | 129.82 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 90 | 0.68 | 0 | 0.20 | 0.56 | 162.63 | 0.51 | 0.29 |
| Hex | 24 | 70 | 5A | 44 | 0 | 14 | 38 | A3 | 33 | 1D |
| Octal | 44 | 160 | 132 | 104 | 0 | 24 | 70 | 243 | 63 | 35 |
| Binary | 100100 | 1110000 | 1011010 | 1000100 | 0 | 10100 | 111000 | 10100011 | 110011 | 11101 |
Color Harmonies of #24705A
Complementary color
Monochromatic Colors of #24705A
Black with #24705A
Text Example
Text Example
White with #24705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24705A; }
p { color: rgb(36,112,90); }
H1.HeaderClassName
{
color: #24705A;
}
.AnyTagClassName
{
color: #24705A;
}
</style>
background-color css
<style>
a { background-color: #24705A; }
a { background-color: rgb(36,112,90); }
div.DivClassName
{
background-color: #24705A;
}
.BgClassName
{
background-color: #24705A;
}
</style>
border-color css
<style>
span { border-color: #24705A; }
span { border-color: rgb(36,112,90); }
td.TdClassName
{
border-color: #24705A;
}
.TagClassName
{
border-color: #24705A;
}
</style>