Shades of Eden #24625A
Tints of Eden #24625A
RGB
CMYK
RGB Variations
Color information
#24625A (or 0x24625A) is known color: Eden. HEX triplet: 24, 62 and 5A. RGB value is (36,98,90). Sum of RGB (Red+Green+Blue) = 36+98+90=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #24625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24625A is #DB9DA5. Grayscale: #4E4E4E. Windows color (decimal): -14392742 or 5923364. OLE color: 5923364.
HSL color Cylindrical-coordinate representation of color #24625A: hue angle of 172.26º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #24625A is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 98 | 90 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.62 |
| HSL | 172.26º | 0.46% | 0.26% | - |
| HSV(B) | 172.26º | 0.63% | 0.38% | - |
| XYZ | 6.94 | 9.85 | 11.21 | - |
| YUV | 78.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 98 | 90 | 0.63 | 0 | 0.08 | 0.62 | 172.26 | 0.46 | 0.26 |
| Hex | 24 | 62 | 5A | 3F | 0 | 8 | 3E | AC | 2E | 1A |
| Octal | 44 | 142 | 132 | 77 | 0 | 10 | 76 | 254 | 56 | 32 |
| Binary | 100100 | 1100010 | 1011010 | 111111 | 0 | 1000 | 111110 | 10101100 | 101110 | 11010 |
Color Harmonies of #24625A
Complementary color
Monochromatic Colors of #24625A
Black with #24625A
Text Example
Text Example
White with #24625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24625A; }
p { color: rgb(36,98,90); }
H1.HeaderClassName
{
color: #24625A;
}
.AnyTagClassName
{
color: #24625A;
}
</style>
background-color css
<style>
a { background-color: #24625A; }
a { background-color: rgb(36,98,90); }
div.DivClassName
{
background-color: #24625A;
}
.BgClassName
{
background-color: #24625A;
}
</style>
border-color css
<style>
span { border-color: #24625A; }
span { border-color: rgb(36,98,90); }
td.TdClassName
{
border-color: #24625A;
}
.TagClassName
{
border-color: #24625A;
}
</style>