Shades of Salem #1C7253
Tints of Salem #1C7253
RGB
CMYK
RGB Variations
Color information
#1C7253 (or 0x1C7253) is known color: Salem. HEX triplet: 1C, 72 and 53. RGB value is (28,114,83). Sum of RGB (Red+Green+Blue) = 28+114+83=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #1C7253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7253 is #E38DAC. Grayscale: #545454. Windows color (decimal): -14912941 or 5468700. OLE color: 5468700.
HSL color Cylindrical-coordinate representation of color #1C7253: hue angle of 158.37º degrees, saturation: 0.61, 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 #1C7253 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 114 | 83 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.55 |
| HSL | 158.37º | 0.61% | 0.28% | - |
| HSV(B) | 158.37º | 0.75% | 0.45% | - |
| XYZ | 8.06 | 12.91 | 10.25 | - |
| YUV | 84.75 | 127.01 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 114 | 83 | 0.75 | 0 | 0.27 | 0.55 | 158.37 | 0.61 | 0.28 |
| Hex | 1C | 72 | 53 | 4B | 0 | 1B | 37 | 9E | 3D | 1C |
| Octal | 34 | 162 | 123 | 113 | 0 | 33 | 67 | 236 | 75 | 34 |
| Binary | 11100 | 1110010 | 1010011 | 1001011 | 0 | 11011 | 110111 | 10011110 | 111101 | 11100 |
Color Harmonies of #1C7253
Complementary color
Monochromatic Colors of #1C7253
Black with #1C7253
Text Example
Text Example
White with #1C7253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7253; }
p { color: rgb(28,114,83); }
H1.HeaderClassName
{
color: #1C7253;
}
.AnyTagClassName
{
color: #1C7253;
}
</style>
background-color css
<style>
a { background-color: #1C7253; }
a { background-color: rgb(28,114,83); }
div.DivClassName
{
background-color: #1C7253;
}
.BgClassName
{
background-color: #1C7253;
}
</style>
border-color css
<style>
span { border-color: #1C7253; }
span { border-color: rgb(28,114,83); }
td.TdClassName
{
border-color: #1C7253;
}
.TagClassName
{
border-color: #1C7253;
}
</style>