Shades of Eden #24665F
Tints of Eden #24665F
RGB
CMYK
RGB Variations
Color information
#24665F (or 0x24665F) is known color: Eden. HEX triplet: 24, 66 and 5F. RGB value is (36,102,95). Sum of RGB (Red+Green+Blue) = 36+102+95=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 102 - color contains mainly: green. Hex color #24665F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24665F is #DB99A0. Grayscale: #515151. Windows color (decimal): -14391713 or 6252068. OLE color: 6252068.
HSL color Cylindrical-coordinate representation of color #24665F: hue angle of 173.64º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #24665F is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 36 | 102 | 95 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.6 |
| HSL | 173.64º | 0.48% | 0.27% | - |
| HSV(B) | 173.64º | 0.65% | 0.4% | - |
| XYZ | 7.54 | 10.7 | 12.49 | - |
| YUV | 81.47 | 135.63 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 102 | 95 | 0.65 | 0 | 0.07 | 0.6 | 173.64 | 0.48 | 0.27 |
| Hex | 24 | 66 | 5F | 41 | 0 | 7 | 3C | AE | 30 | 1B |
| Octal | 44 | 146 | 137 | 101 | 0 | 7 | 74 | 256 | 60 | 33 |
| Binary | 100100 | 1100110 | 1011111 | 1000001 | 0 | 111 | 111100 | 10101110 | 110000 | 11011 |
Color Harmonies of #24665F
Complementary color
Monochromatic Colors of #24665F
Black with #24665F
Text Example
Text Example
White with #24665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24665F; }
p { color: rgb(36,102,95); }
H1.HeaderClassName
{
color: #24665F;
}
.AnyTagClassName
{
color: #24665F;
}
</style>
background-color css
<style>
a { background-color: #24665F; }
a { background-color: rgb(36,102,95); }
div.DivClassName
{
background-color: #24665F;
}
.BgClassName
{
background-color: #24665F;
}
</style>
border-color css
<style>
span { border-color: #24665F; }
span { border-color: rgb(36,102,95); }
td.TdClassName
{
border-color: #24665F;
}
.TagClassName
{
border-color: #24665F;
}
</style>