Shades of Salem #1D6F51
Tints of Salem #1D6F51
RGB
CMYK
RGB Variations
Color information
#1D6F51 (or 0x1D6F51) is known color: Salem. HEX triplet: 1D, 6F and 51. RGB value is (29,111,81). Sum of RGB (Red+Green+Blue) = 29+111+81=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #1D6F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6F51 is #E290AE. Grayscale: #535353. Windows color (decimal): -14848175 or 5336861. OLE color: 5336861.
HSL color Cylindrical-coordinate representation of color #1D6F51: hue angle of 158.05º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D6F51 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 111 | 81 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.56 |
| HSL | 158.05º | 0.59% | 0.27% | - |
| HSV(B) | 158.05º | 0.74% | 0.44% | - |
| XYZ | 7.68 | 12.22 | 9.74 | - |
| YUV | 83.06 | 126.83 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 111 | 81 | 0.74 | 0 | 0.27 | 0.56 | 158.05 | 0.59 | 0.27 |
| Hex | 1D | 6F | 51 | 4A | 0 | 1B | 38 | 9E | 3B | 1B |
| Octal | 35 | 157 | 121 | 112 | 0 | 33 | 70 | 236 | 73 | 33 |
| Binary | 11101 | 1101111 | 1010001 | 1001010 | 0 | 11011 | 111000 | 10011110 | 111011 | 11011 |
Color Harmonies of #1D6F51
Complementary color
Monochromatic Colors of #1D6F51
Black with #1D6F51
Text Example
Text Example
White with #1D6F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6F51; }
p { color: rgb(29,111,81); }
H1.HeaderClassName
{
color: #1D6F51;
}
.AnyTagClassName
{
color: #1D6F51;
}
</style>
background-color css
<style>
a { background-color: #1D6F51; }
a { background-color: rgb(29,111,81); }
div.DivClassName
{
background-color: #1D6F51;
}
.BgClassName
{
background-color: #1D6F51;
}
</style>
border-color css
<style>
span { border-color: #1D6F51; }
span { border-color: rgb(29,111,81); }
td.TdClassName
{
border-color: #1D6F51;
}
.TagClassName
{
border-color: #1D6F51;
}
</style>