Shades of Eden #24655A
Tints of Eden #24655A
RGB
CMYK
RGB Variations
Color information
#24655A (or 0x24655A) is known color: Eden. HEX triplet: 24, 65 and 5A. RGB value is (36,101,90). Sum of RGB (Red+Green+Blue) = 36+101+90=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 101 - color contains mainly: green. Hex color #24655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24655A is #DB9AA5. Grayscale: #505050. Windows color (decimal): -14391974 or 5924132. OLE color: 5924132.
HSL color Cylindrical-coordinate representation of color #24655A: hue angle of 169.85º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #24655A is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 101 | 90 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.60 |
| HSL | 169.85º | 0.47% | 0.27% | - |
| HSV(B) | 169.85º | 0.64% | 0.4% | - |
| XYZ | 7.23 | 10.42 | 11.3 | - |
| YUV | 80.31 | 133.47 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 90 | 0.64 | 0 | 0.11 | 0.60 | 169.85 | 0.47 | 0.27 |
| Hex | 24 | 65 | 5A | 40 | 0 | B | 3C | AA | 2F | 1B |
| Octal | 44 | 145 | 132 | 100 | 0 | 13 | 74 | 252 | 57 | 33 |
| Binary | 100100 | 1100101 | 1011010 | 1000000 | 0 | 1011 | 111100 | 10101010 | 101111 | 11011 |
Color Harmonies of #24655A
Complementary color
Monochromatic Colors of #24655A
Black with #24655A
Text Example
Text Example
White with #24655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24655A; }
p { color: rgb(36,101,90); }
H1.HeaderClassName
{
color: #24655A;
}
.AnyTagClassName
{
color: #24655A;
}
</style>
background-color css
<style>
a { background-color: #24655A; }
a { background-color: rgb(36,101,90); }
div.DivClassName
{
background-color: #24655A;
}
.BgClassName
{
background-color: #24655A;
}
</style>
border-color css
<style>
span { border-color: #24655A; }
span { border-color: rgb(36,101,90); }
td.TdClassName
{
border-color: #24655A;
}
.TagClassName
{
border-color: #24655A;
}
</style>