Shades of Eden #1D554E
Tints of Eden #1D554E
RGB
CMYK
RGB Variations
Color information
#1D554E (or 0x1D554E) is known color: Eden. HEX triplet: 1D, 55 and 4E. RGB value is (29,85,78). Sum of RGB (Red+Green+Blue) = 29+85+78=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #1D554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D554E is #E2AAB1. Grayscale: #434343. Windows color (decimal): -14854834 or 5133597. OLE color: 5133597.
HSL color Cylindrical-coordinate representation of color #1D554E: hue angle of 172.5º 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 #1D554E is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 85 | 78 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.67 |
| HSL | 172.5º | 0.49% | 0.22% | - |
| HSV(B) | 172.5º | 0.66% | 0.33% | - |
| XYZ | 5.13 | 7.31 | 8.35 | - |
| YUV | 67.46 | 133.95 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 85 | 78 | 0.66 | 0 | 0.08 | 0.67 | 172.5 | 0.49 | 0.22 |
| Hex | 1D | 55 | 4E | 42 | 0 | 8 | 43 | AC | 31 | 16 |
| Octal | 35 | 125 | 116 | 102 | 0 | 10 | 103 | 254 | 61 | 26 |
| Binary | 11101 | 1010101 | 1001110 | 1000010 | 0 | 1000 | 1000011 | 10101100 | 110001 | 10110 |
Color Harmonies of #1D554E
Complementary color
Monochromatic Colors of #1D554E
Black with #1D554E
Text Example
Text Example
White with #1D554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D554E; }
p { color: rgb(29,85,78); }
H1.HeaderClassName
{
color: #1D554E;
}
.AnyTagClassName
{
color: #1D554E;
}
</style>
background-color css
<style>
a { background-color: #1D554E; }
a { background-color: rgb(29,85,78); }
div.DivClassName
{
background-color: #1D554E;
}
.BgClassName
{
background-color: #1D554E;
}
</style>
border-color css
<style>
span { border-color: #1D554E; }
span { border-color: rgb(29,85,78); }
td.TdClassName
{
border-color: #1D554E;
}
.TagClassName
{
border-color: #1D554E;
}
</style>