Shades of Salem #1D7956
Tints of Salem #1D7956
RGB
CMYK
RGB Variations
Color information
#1D7956 (or 0x1D7956) is known color: Salem. HEX triplet: 1D, 79 and 56. RGB value is (29,121,86). Sum of RGB (Red+Green+Blue) = 29+121+86=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 121 (47.66% from 255 or 51.27% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 121 - color contains mainly: green. Hex color #1D7956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7956 is #E286A9. Grayscale: #595959. Windows color (decimal): -14845610 or 5667101. OLE color: 5667101.
HSL color Cylindrical-coordinate representation of color #1D7956: hue angle of 157.17º 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 #1D7956 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 121 | 86 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.53 |
| HSL | 157.17º | 0.61% | 0.29% | - |
| HSV(B) | 157.17º | 0.76% | 0.47% | - |
| XYZ | 9.02 | 14.61 | 11.15 | - |
| YUV | 89.5 | 126.02 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 121 | 86 | 0.76 | 0 | 0.29 | 0.53 | 157.17 | 0.61 | 0.29 |
| Hex | 1D | 79 | 56 | 4C | 0 | 1D | 35 | 9D | 3D | 1D |
| Octal | 35 | 171 | 126 | 114 | 0 | 35 | 65 | 235 | 75 | 35 |
| Binary | 11101 | 1111001 | 1010110 | 1001100 | 0 | 11101 | 110101 | 10011101 | 111101 | 11101 |
Color Harmonies of #1D7956
Complementary color
Monochromatic Colors of #1D7956
Black with #1D7956
Text Example
Text Example
White with #1D7956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7956; }
p { color: rgb(29,121,86); }
H1.HeaderClassName
{
color: #1D7956;
}
.AnyTagClassName
{
color: #1D7956;
}
</style>
background-color css
<style>
a { background-color: #1D7956; }
a { background-color: rgb(29,121,86); }
div.DivClassName
{
background-color: #1D7956;
}
.BgClassName
{
background-color: #1D7956;
}
</style>
border-color css
<style>
span { border-color: #1D7956; }
span { border-color: rgb(29,121,86); }
td.TdClassName
{
border-color: #1D7956;
}
.TagClassName
{
border-color: #1D7956;
}
</style>