Shades of Salem #1C7352
Tints of Salem #1C7352
RGB
CMYK
RGB Variations
Color information
#1C7352 (or 0x1C7352) is known color: Salem. HEX triplet: 1C, 73 and 52. RGB value is (28,115,82). Sum of RGB (Red+Green+Blue) = 28+115+82=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #1C7352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7352 is #E38CAD. Grayscale: #555555. Windows color (decimal): -14912686 or 5403420. OLE color: 5403420.
HSL color Cylindrical-coordinate representation of color #1C7352: hue angle of 157.24º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7352 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 115 | 82 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.55 |
| HSL | 157.24º | 0.61% | 0.28% | - |
| HSV(B) | 157.24º | 0.76% | 0.45% | - |
| XYZ | 8.13 | 13.12 | 10.09 | - |
| YUV | 85.23 | 126.18 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 115 | 82 | 0.76 | 0 | 0.29 | 0.55 | 157.24 | 0.61 | 0.28 |
| Hex | 1C | 73 | 52 | 4C | 0 | 1D | 37 | 9D | 3D | 1C |
| Octal | 34 | 163 | 122 | 114 | 0 | 35 | 67 | 235 | 75 | 34 |
| Binary | 11100 | 1110011 | 1010010 | 1001100 | 0 | 11101 | 110111 | 10011101 | 111101 | 11100 |
Color Harmonies of #1C7352
Complementary color
Monochromatic Colors of #1C7352
Black with #1C7352
Text Example
Text Example
White with #1C7352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7352; }
p { color: rgb(28,115,82); }
H1.HeaderClassName
{
color: #1C7352;
}
.AnyTagClassName
{
color: #1C7352;
}
</style>
background-color css
<style>
a { background-color: #1C7352; }
a { background-color: rgb(28,115,82); }
div.DivClassName
{
background-color: #1C7352;
}
.BgClassName
{
background-color: #1C7352;
}
</style>
border-color css
<style>
span { border-color: #1C7352; }
span { border-color: rgb(28,115,82); }
td.TdClassName
{
border-color: #1C7352;
}
.TagClassName
{
border-color: #1C7352;
}
</style>