Shades of Salem #1D7351
Tints of Salem #1D7351
RGB
CMYK
RGB Variations
Color information
#1D7351 (or 0x1D7351) is known color: Salem. HEX triplet: 1D, 73 and 51. RGB value is (29,115,81). Sum of RGB (Red+Green+Blue) = 29+115+81=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #1D7351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7351 is #E28CAE. Grayscale: #555555. Windows color (decimal): -14847151 or 5337885. OLE color: 5337885.
HSL color Cylindrical-coordinate representation of color #1D7351: hue angle of 156.28º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7351 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 115 | 81 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.55 |
| HSL | 156.28º | 0.6% | 0.28% | - |
| HSV(B) | 156.28º | 0.75% | 0.45% | - |
| XYZ | 8.12 | 13.12 | 9.89 | - |
| YUV | 85.41 | 125.51 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 115 | 81 | 0.75 | 0 | 0.30 | 0.55 | 156.28 | 0.6 | 0.28 |
| Hex | 1D | 73 | 51 | 4B | 0 | 1E | 37 | 9C | 3C | 1C |
| Octal | 35 | 163 | 121 | 113 | 0 | 36 | 67 | 234 | 74 | 34 |
| Binary | 11101 | 1110011 | 1010001 | 1001011 | 0 | 11110 | 110111 | 10011100 | 111100 | 11100 |
Color Harmonies of #1D7351
Complementary color
Monochromatic Colors of #1D7351
Black with #1D7351
Text Example
Text Example
White with #1D7351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7351; }
p { color: rgb(29,115,81); }
H1.HeaderClassName
{
color: #1D7351;
}
.AnyTagClassName
{
color: #1D7351;
}
</style>
background-color css
<style>
a { background-color: #1D7351; }
a { background-color: rgb(29,115,81); }
div.DivClassName
{
background-color: #1D7351;
}
.BgClassName
{
background-color: #1D7351;
}
</style>
border-color css
<style>
span { border-color: #1D7351; }
span { border-color: rgb(29,115,81); }
td.TdClassName
{
border-color: #1D7351;
}
.TagClassName
{
border-color: #1D7351;
}
</style>