Shades of Eden #1D6C56
Tints of Eden #1D6C56
RGB
CMYK
RGB Variations
Color information
#1D6C56 (or 0x1D6C56) is known color: Eden. HEX triplet: 1D, 6C and 56. RGB value is (29,108,86). Sum of RGB (Red+Green+Blue) = 29+108+86=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 108 - color contains mainly: green. Hex color #1D6C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6C56 is #E293A9. Grayscale: #515151. Windows color (decimal): -14848938 or 5663773. OLE color: 5663773.
HSL color Cylindrical-coordinate representation of color #1D6C56: hue angle of 163.29º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D6C56 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 108 | 86 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.58 |
| HSL | 163.29º | 0.58% | 0.27% | - |
| HSV(B) | 163.29º | 0.73% | 0.42% | - |
| XYZ | 7.55 | 11.66 | 10.66 | - |
| YUV | 81.87 | 130.33 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 108 | 86 | 0.73 | 0 | 0.20 | 0.58 | 163.29 | 0.58 | 0.27 |
| Hex | 1D | 6C | 56 | 49 | 0 | 14 | 3A | A3 | 3A | 1B |
| Octal | 35 | 154 | 126 | 111 | 0 | 24 | 72 | 243 | 72 | 33 |
| Binary | 11101 | 1101100 | 1010110 | 1001001 | 0 | 10100 | 111010 | 10100011 | 111010 | 11011 |
Color Harmonies of #1D6C56
Complementary color
Monochromatic Colors of #1D6C56
Black with #1D6C56
Text Example
Text Example
White with #1D6C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6C56; }
p { color: rgb(29,108,86); }
H1.HeaderClassName
{
color: #1D6C56;
}
.AnyTagClassName
{
color: #1D6C56;
}
</style>
background-color css
<style>
a { background-color: #1D6C56; }
a { background-color: rgb(29,108,86); }
div.DivClassName
{
background-color: #1D6C56;
}
.BgClassName
{
background-color: #1D6C56;
}
</style>
border-color css
<style>
span { border-color: #1D6C56; }
span { border-color: rgb(29,108,86); }
td.TdClassName
{
border-color: #1D6C56;
}
.TagClassName
{
border-color: #1D6C56;
}
</style>