Shades of Salem #1C7351
Tints of Salem #1C7351
RGB
CMYK
RGB Variations
Color information
#1C7351 (or 0x1C7351) is known color: Salem. HEX triplet: 1C, 73 and 51. RGB value is (28,115,81). Sum of RGB (Red+Green+Blue) = 28+115+81=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #1C7351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7351 is #E38CAE. Grayscale: #555555. Windows color (decimal): -14912687 or 5337884. OLE color: 5337884.
HSL color Cylindrical-coordinate representation of color #1C7351: hue angle of 156.55º 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 #1C7351 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 115 | 81 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.55 |
| HSL | 156.55º | 0.61% | 0.28% | - |
| HSV(B) | 156.55º | 0.76% | 0.45% | - |
| XYZ | 8.09 | 13.1 | 9.89 | - |
| YUV | 85.11 | 125.68 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 115 | 81 | 0.76 | 0 | 0.30 | 0.55 | 156.55 | 0.61 | 0.28 |
| Hex | 1C | 73 | 51 | 4C | 0 | 1E | 37 | 9D | 3D | 1C |
| Octal | 34 | 163 | 121 | 114 | 0 | 36 | 67 | 235 | 75 | 34 |
| Binary | 11100 | 1110011 | 1010001 | 1001100 | 0 | 11110 | 110111 | 10011101 | 111101 | 11100 |
Color Harmonies of #1C7351
Complementary color
Monochromatic Colors of #1C7351
Black with #1C7351
Text Example
Text Example
White with #1C7351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7351; }
p { color: rgb(28,115,81); }
H1.HeaderClassName
{
color: #1C7351;
}
.AnyTagClassName
{
color: #1C7351;
}
</style>
background-color css
<style>
a { background-color: #1C7351; }
a { background-color: rgb(28,115,81); }
div.DivClassName
{
background-color: #1C7351;
}
.BgClassName
{
background-color: #1C7351;
}
</style>
border-color css
<style>
span { border-color: #1C7351; }
span { border-color: rgb(28,115,81); }
td.TdClassName
{
border-color: #1C7351;
}
.TagClassName
{
border-color: #1C7351;
}
</style>