Shades of Eden #24605C
Tints of Eden #24605C
RGB
CMYK
RGB Variations
Color information
#24605C (or 0x24605C) is known color: Eden. HEX triplet: 24, 60 and 5C. RGB value is (36,96,92). Sum of RGB (Red+Green+Blue) = 36+96+92=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #24605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24605C is #DB9FA3. Grayscale: #4D4D4D. Windows color (decimal): -14393252 or 6053924. OLE color: 6053924.
HSL color Cylindrical-coordinate representation of color #24605C: hue angle of 176º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24605C is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 96 | 92 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.62 |
| HSL | 176º | 0.45% | 0.26% | - |
| HSV(B) | 176º | 0.63% | 0.38% | - |
| XYZ | 6.84 | 9.51 | 11.6 | - |
| YUV | 77.6 | 136.12 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 96 | 92 | 0.62 | 0 | 0.04 | 0.62 | 176 | 0.45 | 0.26 |
| Hex | 24 | 60 | 5C | 3E | 0 | 4 | 3E | B0 | 2D | 1A |
| Octal | 44 | 140 | 134 | 76 | 0 | 4 | 76 | 260 | 55 | 32 |
| Binary | 100100 | 1100000 | 1011100 | 111110 | 0 | 100 | 111110 | 10110000 | 101101 | 11010 |
Color Harmonies of #24605C
Complementary color
Monochromatic Colors of #24605C
Black with #24605C
Text Example
Text Example
White with #24605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24605C; }
p { color: rgb(36,96,92); }
H1.HeaderClassName
{
color: #24605C;
}
.AnyTagClassName
{
color: #24605C;
}
</style>
background-color css
<style>
a { background-color: #24605C; }
a { background-color: rgb(36,96,92); }
div.DivClassName
{
background-color: #24605C;
}
.BgClassName
{
background-color: #24605C;
}
</style>
border-color css
<style>
span { border-color: #24605C; }
span { border-color: rgb(36,96,92); }
td.TdClassName
{
border-color: #24605C;
}
.TagClassName
{
border-color: #24605C;
}
</style>