Shades of Salem #1D7750
Tints of Salem #1D7750
RGB
CMYK
RGB Variations
Color information
#1D7750 (or 0x1D7750) is known color: Salem. HEX triplet: 1D, 77 and 50. RGB value is (29,119,80). Sum of RGB (Red+Green+Blue) = 29+119+80=228 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.72% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #1D7750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7750 is #E288AF. Grayscale: #575757. Windows color (decimal): -14846128 or 5273373. OLE color: 5273373.
HSL color Cylindrical-coordinate representation of color #1D7750: hue angle of 154º 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 #1D7750 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 119 | 80 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.53 |
| HSL | 154º | 0.61% | 0.29% | - |
| HSV(B) | 154º | 0.76% | 0.47% | - |
| XYZ | 8.55 | 14.03 | 9.85 | - |
| YUV | 87.64 | 123.68 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 119 | 80 | 0.76 | 0 | 0.33 | 0.53 | 154 | 0.61 | 0.29 |
| Hex | 1D | 77 | 50 | 4C | 0 | 21 | 35 | 9A | 3D | 1D |
| Octal | 35 | 167 | 120 | 114 | 0 | 41 | 65 | 232 | 75 | 35 |
| Binary | 11101 | 1110111 | 1010000 | 1001100 | 0 | 100001 | 110101 | 10011010 | 111101 | 11101 |
Color Harmonies of #1D7750
Complementary color
Monochromatic Colors of #1D7750
Black with #1D7750
Text Example
Text Example
White with #1D7750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7750; }
p { color: rgb(29,119,80); }
H1.HeaderClassName
{
color: #1D7750;
}
.AnyTagClassName
{
color: #1D7750;
}
</style>
background-color css
<style>
a { background-color: #1D7750; }
a { background-color: rgb(29,119,80); }
div.DivClassName
{
background-color: #1D7750;
}
.BgClassName
{
background-color: #1D7750;
}
</style>
border-color css
<style>
span { border-color: #1D7750; }
span { border-color: rgb(29,119,80); }
td.TdClassName
{
border-color: #1D7750;
}
.TagClassName
{
border-color: #1D7750;
}
</style>