Shades of Salem #1D7353
Tints of Salem #1D7353
RGB
CMYK
RGB Variations
Color information
#1D7353 (or 0x1D7353) is known color: Salem. HEX triplet: 1D, 73 and 53. RGB value is (29,115,83). Sum of RGB (Red+Green+Blue) = 29+115+83=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #1D7353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7353 is #E28CAC. Grayscale: #555555. Windows color (decimal): -14847149 or 5468957. OLE color: 5468957.
HSL color Cylindrical-coordinate representation of color #1D7353: hue angle of 157.67º 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 #1D7353 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 115 | 83 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.55 |
| HSL | 157.67º | 0.6% | 0.28% | - |
| HSV(B) | 157.67º | 0.75% | 0.45% | - |
| XYZ | 8.2 | 13.15 | 10.29 | - |
| YUV | 85.64 | 126.51 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 115 | 83 | 0.75 | 0 | 0.28 | 0.55 | 157.67 | 0.6 | 0.28 |
| Hex | 1D | 73 | 53 | 4B | 0 | 1C | 37 | 9E | 3C | 1C |
| Octal | 35 | 163 | 123 | 113 | 0 | 34 | 67 | 236 | 74 | 34 |
| Binary | 11101 | 1110011 | 1010011 | 1001011 | 0 | 11100 | 110111 | 10011110 | 111100 | 11100 |
Color Harmonies of #1D7353
Complementary color
Monochromatic Colors of #1D7353
Black with #1D7353
Text Example
Text Example
White with #1D7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7353; }
p { color: rgb(29,115,83); }
H1.HeaderClassName
{
color: #1D7353;
}
.AnyTagClassName
{
color: #1D7353;
}
</style>
background-color css
<style>
a { background-color: #1D7353; }
a { background-color: rgb(29,115,83); }
div.DivClassName
{
background-color: #1D7353;
}
.BgClassName
{
background-color: #1D7353;
}
</style>
border-color css
<style>
span { border-color: #1D7353; }
span { border-color: rgb(29,115,83); }
td.TdClassName
{
border-color: #1D7353;
}
.TagClassName
{
border-color: #1D7353;
}
</style>