Shades of Eden #1D564D
Tints of Eden #1D564D
RGB
CMYK
RGB Variations
Color information
#1D564D (or 0x1D564D) is known color: Eden. HEX triplet: 1D, 56 and 4D. RGB value is (29,86,77). Sum of RGB (Red+Green+Blue) = 29+86+77=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 86 - color contains mainly: green. Hex color #1D564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D564D is #E2A9B2. Grayscale: #434343. Windows color (decimal): -14854579 or 5068317. OLE color: 5068317.
HSL color Cylindrical-coordinate representation of color #1D564D: hue angle of 170.53º 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 #1D564D is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 86 | 77 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.66 |
| HSL | 170.53º | 0.5% | 0.23% | - |
| HSV(B) | 170.53º | 0.66% | 0.34% | - |
| XYZ | 5.17 | 7.45 | 8.19 | - |
| YUV | 67.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 86 | 77 | 0.66 | 0 | 0.10 | 0.66 | 170.53 | 0.5 | 0.23 |
| Hex | 1D | 56 | 4D | 42 | 0 | A | 42 | AB | 32 | 17 |
| Octal | 35 | 126 | 115 | 102 | 0 | 12 | 102 | 253 | 62 | 27 |
| Binary | 11101 | 1010110 | 1001101 | 1000010 | 0 | 1010 | 1000010 | 10101011 | 110010 | 10111 |
Color Harmonies of #1D564D
Complementary color
Monochromatic Colors of #1D564D
Black with #1D564D
Text Example
Text Example
White with #1D564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D564D; }
p { color: rgb(29,86,77); }
H1.HeaderClassName
{
color: #1D564D;
}
.AnyTagClassName
{
color: #1D564D;
}
</style>
background-color css
<style>
a { background-color: #1D564D; }
a { background-color: rgb(29,86,77); }
div.DivClassName
{
background-color: #1D564D;
}
.BgClassName
{
background-color: #1D564D;
}
</style>
border-color css
<style>
span { border-color: #1D564D; }
span { border-color: rgb(29,86,77); }
td.TdClassName
{
border-color: #1D564D;
}
.TagClassName
{
border-color: #1D564D;
}
</style>