Shades of Eden #24685F
Tints of Eden #24685F
RGB
CMYK
RGB Variations
Color information
#24685F (or 0x24685F) is known color: Eden. HEX triplet: 24, 68 and 5F. RGB value is (36,104,95). Sum of RGB (Red+Green+Blue) = 36+104+95=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #24685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24685F is #DB97A0. Grayscale: #525252. Windows color (decimal): -14391201 or 6252580. OLE color: 6252580.
HSL color Cylindrical-coordinate representation of color #24685F: hue angle of 172.06º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #24685F is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 104 | 95 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.59 |
| HSL | 172.06º | 0.49% | 0.27% | - |
| HSV(B) | 172.06º | 0.65% | 0.41% | - |
| XYZ | 7.74 | 11.1 | 12.56 | - |
| YUV | 82.64 | 134.97 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 104 | 95 | 0.65 | 0 | 0.09 | 0.59 | 172.06 | 0.49 | 0.27 |
| Hex | 24 | 68 | 5F | 41 | 0 | 9 | 3B | AC | 31 | 1B |
| Octal | 44 | 150 | 137 | 101 | 0 | 11 | 73 | 254 | 61 | 33 |
| Binary | 100100 | 1101000 | 1011111 | 1000001 | 0 | 1001 | 111011 | 10101100 | 110001 | 11011 |
Color Harmonies of #24685F
Complementary color
Monochromatic Colors of #24685F
Black with #24685F
Text Example
Text Example
White with #24685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24685F; }
p { color: rgb(36,104,95); }
H1.HeaderClassName
{
color: #24685F;
}
.AnyTagClassName
{
color: #24685F;
}
</style>
background-color css
<style>
a { background-color: #24685F; }
a { background-color: rgb(36,104,95); }
div.DivClassName
{
background-color: #24685F;
}
.BgClassName
{
background-color: #24685F;
}
</style>
border-color css
<style>
span { border-color: #24685F; }
span { border-color: rgb(36,104,95); }
td.TdClassName
{
border-color: #24685F;
}
.TagClassName
{
border-color: #24685F;
}
</style>