Shades of Eden #1D544D
Tints of Eden #1D544D
RGB
CMYK
RGB Variations
Color information
#1D544D (or 0x1D544D) is known color: Eden. HEX triplet: 1D, 54 and 4D. RGB value is (29,84,77). Sum of RGB (Red+Green+Blue) = 29+84+77=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #1D544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D544D is #E2ABB2. Grayscale: #424242. Windows color (decimal): -14855091 or 5067805. OLE color: 5067805.
HSL color Cylindrical-coordinate representation of color #1D544D: hue angle of 172.36º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D544D is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 84 | 77 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.67 |
| HSL | 172.36º | 0.49% | 0.22% | - |
| HSV(B) | 172.36º | 0.65% | 0.33% | - |
| XYZ | 5.02 | 7.14 | 8.13 | - |
| YUV | 66.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 84 | 77 | 0.65 | 0 | 0.08 | 0.67 | 172.36 | 0.49 | 0.22 |
| Hex | 1D | 54 | 4D | 41 | 0 | 8 | 43 | AC | 31 | 16 |
| Octal | 35 | 124 | 115 | 101 | 0 | 10 | 103 | 254 | 61 | 26 |
| Binary | 11101 | 1010100 | 1001101 | 1000001 | 0 | 1000 | 1000011 | 10101100 | 110001 | 10110 |
Color Harmonies of #1D544D
Complementary color
Monochromatic Colors of #1D544D
Black with #1D544D
Text Example
Text Example
White with #1D544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D544D; }
p { color: rgb(29,84,77); }
H1.HeaderClassName
{
color: #1D544D;
}
.AnyTagClassName
{
color: #1D544D;
}
</style>
background-color css
<style>
a { background-color: #1D544D; }
a { background-color: rgb(29,84,77); }
div.DivClassName
{
background-color: #1D544D;
}
.BgClassName
{
background-color: #1D544D;
}
</style>
border-color css
<style>
span { border-color: #1D544D; }
span { border-color: rgb(29,84,77); }
td.TdClassName
{
border-color: #1D544D;
}
.TagClassName
{
border-color: #1D544D;
}
</style>