Shades of Salem #1C7556
Tints of Salem #1C7556
RGB
CMYK
RGB Variations
Color information
#1C7556 (or 0x1C7556) is known color: Salem. HEX triplet: 1C, 75 and 56. RGB value is (28,117,86). Sum of RGB (Red+Green+Blue) = 28+117+86=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #1C7556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7556 is #E38AA9. Grayscale: #565656. Windows color (decimal): -14912170 or 5666076. OLE color: 5666076.
HSL color Cylindrical-coordinate representation of color #1C7556: hue angle of 159.1º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7556 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 117 | 86 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.54 |
| HSL | 159.1º | 0.61% | 0.28% | - |
| HSV(B) | 159.1º | 0.76% | 0.46% | - |
| XYZ | 8.52 | 13.64 | 10.99 | - |
| YUV | 86.86 | 127.51 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 117 | 86 | 0.76 | 0 | 0.26 | 0.54 | 159.1 | 0.61 | 0.28 |
| Hex | 1C | 75 | 56 | 4C | 0 | 1A | 36 | 9F | 3D | 1C |
| Octal | 34 | 165 | 126 | 114 | 0 | 32 | 66 | 237 | 75 | 34 |
| Binary | 11100 | 1110101 | 1010110 | 1001100 | 0 | 11010 | 110110 | 10011111 | 111101 | 11100 |
Color Harmonies of #1C7556
Complementary color
Monochromatic Colors of #1C7556
Black with #1C7556
Text Example
Text Example
White with #1C7556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7556; }
p { color: rgb(28,117,86); }
H1.HeaderClassName
{
color: #1C7556;
}
.AnyTagClassName
{
color: #1C7556;
}
</style>
background-color css
<style>
a { background-color: #1C7556; }
a { background-color: rgb(28,117,86); }
div.DivClassName
{
background-color: #1C7556;
}
.BgClassName
{
background-color: #1C7556;
}
</style>
border-color css
<style>
span { border-color: #1C7556; }
span { border-color: rgb(28,117,86); }
td.TdClassName
{
border-color: #1C7556;
}
.TagClassName
{
border-color: #1C7556;
}
</style>