Shades of Eden #24605B
Tints of Eden #24605B
RGB
CMYK
RGB Variations
Color information
#24605B (or 0x24605B) is known color: Eden. HEX triplet: 24, 60 and 5B. RGB value is (36,96,91). Sum of RGB (Red+Green+Blue) = 36+96+91=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #24605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24605B is #DB9FA4. Grayscale: #4D4D4D. Windows color (decimal): -14393253 or 5988388. OLE color: 5988388.
HSL color Cylindrical-coordinate representation of color #24605B: hue angle of 175º 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 #24605B is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 96 | 91 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.62 |
| HSL | 175º | 0.45% | 0.26% | - |
| HSV(B) | 175º | 0.63% | 0.38% | - |
| XYZ | 6.8 | 9.5 | 11.37 | - |
| YUV | 77.49 | 135.62 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 96 | 91 | 0.62 | 0 | 0.05 | 0.62 | 175 | 0.45 | 0.26 |
| Hex | 24 | 60 | 5B | 3E | 0 | 5 | 3E | AF | 2D | 1A |
| Octal | 44 | 140 | 133 | 76 | 0 | 5 | 76 | 257 | 55 | 32 |
| Binary | 100100 | 1100000 | 1011011 | 111110 | 0 | 101 | 111110 | 10101111 | 101101 | 11010 |
Color Harmonies of #24605B
Complementary color
Monochromatic Colors of #24605B
Black with #24605B
Text Example
Text Example
White with #24605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24605B; }
p { color: rgb(36,96,91); }
H1.HeaderClassName
{
color: #24605B;
}
.AnyTagClassName
{
color: #24605B;
}
</style>
background-color css
<style>
a { background-color: #24605B; }
a { background-color: rgb(36,96,91); }
div.DivClassName
{
background-color: #24605B;
}
.BgClassName
{
background-color: #24605B;
}
</style>
border-color css
<style>
span { border-color: #24605B; }
span { border-color: rgb(36,96,91); }
td.TdClassName
{
border-color: #24605B;
}
.TagClassName
{
border-color: #24605B;
}
</style>