Shades of Eden #1D655A
Tints of Eden #1D655A
RGB
CMYK
RGB Variations
Color information
#1D655A (or 0x1D655A) is known color: Eden. HEX triplet: 1D, 65 and 5A. RGB value is (29,101,90). Sum of RGB (Red+Green+Blue) = 29+101+90=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 101 - color contains mainly: green. Hex color #1D655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D655A is #E29AA5. Grayscale: #4E4E4E. Windows color (decimal): -14850726 or 5924125. OLE color: 5924125.
HSL color Cylindrical-coordinate representation of color #1D655A: hue angle of 170.83º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D655A is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 101 | 90 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.60 |
| HSL | 170.83º | 0.55% | 0.25% | - |
| HSV(B) | 170.83º | 0.71% | 0.4% | - |
| XYZ | 7.01 | 10.31 | 11.29 | - |
| YUV | 78.22 | 134.65 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 101 | 90 | 0.71 | 0 | 0.11 | 0.60 | 170.83 | 0.55 | 0.25 |
| Hex | 1D | 65 | 5A | 47 | 0 | B | 3C | AB | 37 | 19 |
| Octal | 35 | 145 | 132 | 107 | 0 | 13 | 74 | 253 | 67 | 31 |
| Binary | 11101 | 1100101 | 1011010 | 1000111 | 0 | 1011 | 111100 | 10101011 | 110111 | 11001 |
Color Harmonies of #1D655A
Complementary color
Monochromatic Colors of #1D655A
Black with #1D655A
Text Example
Text Example
White with #1D655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D655A; }
p { color: rgb(29,101,90); }
H1.HeaderClassName
{
color: #1D655A;
}
.AnyTagClassName
{
color: #1D655A;
}
</style>
background-color css
<style>
a { background-color: #1D655A; }
a { background-color: rgb(29,101,90); }
div.DivClassName
{
background-color: #1D655A;
}
.BgClassName
{
background-color: #1D655A;
}
</style>
border-color css
<style>
span { border-color: #1D655A; }
span { border-color: rgb(29,101,90); }
td.TdClassName
{
border-color: #1D655A;
}
.TagClassName
{
border-color: #1D655A;
}
</style>