Shades of Salem #1D7856
Tints of Salem #1D7856
RGB
CMYK
RGB Variations
Color information
#1D7856 (or 0x1D7856) is known color: Salem. HEX triplet: 1D, 78 and 56. RGB value is (29,120,86). Sum of RGB (Red+Green+Blue) = 29+120+86=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #1D7856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7856 is #E287A9. Grayscale: #585858. Windows color (decimal): -14845866 or 5666845. OLE color: 5666845.
HSL color Cylindrical-coordinate representation of color #1D7856: hue angle of 157.58º 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 #1D7856 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 120 | 86 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.53 |
| HSL | 157.58º | 0.61% | 0.29% | - |
| HSV(B) | 157.58º | 0.76% | 0.47% | - |
| XYZ | 8.9 | 14.37 | 11.11 | - |
| YUV | 88.92 | 126.35 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 120 | 86 | 0.76 | 0 | 0.28 | 0.53 | 157.58 | 0.61 | 0.29 |
| Hex | 1D | 78 | 56 | 4C | 0 | 1C | 35 | 9E | 3D | 1D |
| Octal | 35 | 170 | 126 | 114 | 0 | 34 | 65 | 236 | 75 | 35 |
| Binary | 11101 | 1111000 | 1010110 | 1001100 | 0 | 11100 | 110101 | 10011110 | 111101 | 11101 |
Color Harmonies of #1D7856
Complementary color
Monochromatic Colors of #1D7856
Black with #1D7856
Text Example
Text Example
White with #1D7856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7856; }
p { color: rgb(29,120,86); }
H1.HeaderClassName
{
color: #1D7856;
}
.AnyTagClassName
{
color: #1D7856;
}
</style>
background-color css
<style>
a { background-color: #1D7856; }
a { background-color: rgb(29,120,86); }
div.DivClassName
{
background-color: #1D7856;
}
.BgClassName
{
background-color: #1D7856;
}
</style>
border-color css
<style>
span { border-color: #1D7856; }
span { border-color: rgb(29,120,86); }
td.TdClassName
{
border-color: #1D7856;
}
.TagClassName
{
border-color: #1D7856;
}
</style>