Shades of Eden #1D5650
Tints of Eden #1D5650
RGB
CMYK
RGB Variations
Color information
#1D5650 (or 0x1D5650) is known color: Eden. HEX triplet: 1D, 56 and 50. RGB value is (29,86,80). Sum of RGB (Red+Green+Blue) = 29+86+80=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 86 - color contains mainly: green. Hex color #1D5650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5650 is #E2A9AF. Grayscale: #444444. Windows color (decimal): -14854576 or 5264925. OLE color: 5264925.
HSL color Cylindrical-coordinate representation of color #1D5650: hue angle of 173.68º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D5650 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 86 | 80 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.66 |
| HSL | 173.68º | 0.5% | 0.23% | - |
| HSV(B) | 173.68º | 0.66% | 0.34% | - |
| XYZ | 5.28 | 7.5 | 8.76 | - |
| YUV | 68.27 | 134.62 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 86 | 80 | 0.66 | 0 | 0.07 | 0.66 | 173.68 | 0.5 | 0.23 |
| Hex | 1D | 56 | 50 | 42 | 0 | 7 | 42 | AE | 32 | 17 |
| Octal | 35 | 126 | 120 | 102 | 0 | 7 | 102 | 256 | 62 | 27 |
| Binary | 11101 | 1010110 | 1010000 | 1000010 | 0 | 111 | 1000010 | 10101110 | 110010 | 10111 |
Color Harmonies of #1D5650
Complementary color
Monochromatic Colors of #1D5650
Black with #1D5650
Text Example
Text Example
White with #1D5650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5650; }
p { color: rgb(29,86,80); }
H1.HeaderClassName
{
color: #1D5650;
}
.AnyTagClassName
{
color: #1D5650;
}
</style>
background-color css
<style>
a { background-color: #1D5650; }
a { background-color: rgb(29,86,80); }
div.DivClassName
{
background-color: #1D5650;
}
.BgClassName
{
background-color: #1D5650;
}
</style>
border-color css
<style>
span { border-color: #1D5650; }
span { border-color: rgb(29,86,80); }
td.TdClassName
{
border-color: #1D5650;
}
.TagClassName
{
border-color: #1D5650;
}
</style>