Shades of Eden #1D554F
Tints of Eden #1D554F
RGB
CMYK
RGB Variations
Color information
#1D554F (or 0x1D554F) is known color: Eden. HEX triplet: 1D, 55 and 4F. RGB value is (29,85,79). Sum of RGB (Red+Green+Blue) = 29+85+79=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #1D554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D554F is #E2AAB0. Grayscale: #434343. Windows color (decimal): -14854833 or 5199133. OLE color: 5199133.
HSL color Cylindrical-coordinate representation of color #1D554F: hue angle of 173.57º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D554F is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 85 | 79 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.67 |
| HSL | 173.57º | 0.49% | 0.22% | - |
| HSV(B) | 173.57º | 0.66% | 0.33% | - |
| XYZ | 5.17 | 7.32 | 8.54 | - |
| YUV | 67.57 | 134.45 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 85 | 79 | 0.66 | 0 | 0.07 | 0.67 | 173.57 | 0.49 | 0.22 |
| Hex | 1D | 55 | 4F | 42 | 0 | 7 | 43 | AE | 31 | 16 |
| Octal | 35 | 125 | 117 | 102 | 0 | 7 | 103 | 256 | 61 | 26 |
| Binary | 11101 | 1010101 | 1001111 | 1000010 | 0 | 111 | 1000011 | 10101110 | 110001 | 10110 |
Color Harmonies of #1D554F
Complementary color
Monochromatic Colors of #1D554F
Black with #1D554F
Text Example
Text Example
White with #1D554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D554F; }
p { color: rgb(29,85,79); }
H1.HeaderClassName
{
color: #1D554F;
}
.AnyTagClassName
{
color: #1D554F;
}
</style>
background-color css
<style>
a { background-color: #1D554F; }
a { background-color: rgb(29,85,79); }
div.DivClassName
{
background-color: #1D554F;
}
.BgClassName
{
background-color: #1D554F;
}
</style>
border-color css
<style>
span { border-color: #1D554F; }
span { border-color: rgb(29,85,79); }
td.TdClassName
{
border-color: #1D554F;
}
.TagClassName
{
border-color: #1D554F;
}
</style>