Shades of Salem #1D7550
Tints of Salem #1D7550
RGB
CMYK
RGB Variations
Color information
#1D7550 (or 0x1D7550) is known color: Salem. HEX triplet: 1D, 75 and 50. RGB value is (29,117,80). Sum of RGB (Red+Green+Blue) = 29+117+80=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #1D7550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7550 is #E28AAF. Grayscale: #565656. Windows color (decimal): -14846640 or 5272861. OLE color: 5272861.
HSL color Cylindrical-coordinate representation of color #1D7550: hue angle of 154.77º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7550 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 117 | 80 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.54 |
| HSL | 154.77º | 0.6% | 0.29% | - |
| HSV(B) | 154.77º | 0.75% | 0.46% | - |
| XYZ | 8.32 | 13.56 | 9.77 | - |
| YUV | 86.47 | 124.35 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 117 | 80 | 0.75 | 0 | 0.32 | 0.54 | 154.77 | 0.6 | 0.29 |
| Hex | 1D | 75 | 50 | 4B | 0 | 20 | 36 | 9B | 3C | 1D |
| Octal | 35 | 165 | 120 | 113 | 0 | 40 | 66 | 233 | 74 | 35 |
| Binary | 11101 | 1110101 | 1010000 | 1001011 | 0 | 100000 | 110110 | 10011011 | 111100 | 11101 |
Color Harmonies of #1D7550
Complementary color
Monochromatic Colors of #1D7550
Black with #1D7550
Text Example
Text Example
White with #1D7550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7550; }
p { color: rgb(29,117,80); }
H1.HeaderClassName
{
color: #1D7550;
}
.AnyTagClassName
{
color: #1D7550;
}
</style>
background-color css
<style>
a { background-color: #1D7550; }
a { background-color: rgb(29,117,80); }
div.DivClassName
{
background-color: #1D7550;
}
.BgClassName
{
background-color: #1D7550;
}
</style>
border-color css
<style>
span { border-color: #1D7550; }
span { border-color: rgb(29,117,80); }
td.TdClassName
{
border-color: #1D7550;
}
.TagClassName
{
border-color: #1D7550;
}
</style>