Shades of Salem #1D7859
Tints of Salem #1D7859
RGB
CMYK
RGB Variations
Color information
#1D7859 (or 0x1D7859) is known color: Salem. HEX triplet: 1D, 78 and 59. RGB value is (29,120,89). Sum of RGB (Red+Green+Blue) = 29+120+89=238 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.18% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #1D7859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7859 is #E287A6. Grayscale: #595959. Windows color (decimal): -14845863 or 5863453. OLE color: 5863453.
HSL color Cylindrical-coordinate representation of color #1D7859: hue angle of 159.56º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7859 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 120 | 89 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.53 |
| HSL | 159.56º | 0.61% | 0.29% | - |
| HSV(B) | 159.56º | 0.76% | 0.47% | - |
| XYZ | 9.03 | 14.42 | 11.76 | - |
| YUV | 89.26 | 127.85 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 120 | 89 | 0.76 | 0 | 0.26 | 0.53 | 159.56 | 0.61 | 0.29 |
| Hex | 1D | 78 | 59 | 4C | 0 | 1A | 35 | A0 | 3D | 1D |
| Octal | 35 | 170 | 131 | 114 | 0 | 32 | 65 | 240 | 75 | 35 |
| Binary | 11101 | 1111000 | 1011001 | 1001100 | 0 | 11010 | 110101 | 10100000 | 111101 | 11101 |
Color Harmonies of #1D7859
Complementary color
Monochromatic Colors of #1D7859
Black with #1D7859
Text Example
Text Example
White with #1D7859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7859; }
p { color: rgb(29,120,89); }
H1.HeaderClassName
{
color: #1D7859;
}
.AnyTagClassName
{
color: #1D7859;
}
</style>
background-color css
<style>
a { background-color: #1D7859; }
a { background-color: rgb(29,120,89); }
div.DivClassName
{
background-color: #1D7859;
}
.BgClassName
{
background-color: #1D7859;
}
</style>
border-color css
<style>
span { border-color: #1D7859; }
span { border-color: rgb(29,120,89); }
td.TdClassName
{
border-color: #1D7859;
}
.TagClassName
{
border-color: #1D7859;
}
</style>