Shades of Salem #1C7551
Tints of Salem #1C7551
RGB
CMYK
RGB Variations
Color information
#1C7551 (or 0x1C7551) is known color: Salem. HEX triplet: 1C, 75 and 51. RGB value is (28,117,81). Sum of RGB (Red+Green+Blue) = 28+117+81=226 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.39% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #1C7551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7551 is #E38AAE. Grayscale: #565656. Windows color (decimal): -14912175 or 5338396. OLE color: 5338396.
HSL color Cylindrical-coordinate representation of color #1C7551: hue angle of 155.73º 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 #1C7551 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 117 | 81 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.54 |
| HSL | 155.73º | 0.61% | 0.28% | - |
| HSV(B) | 155.73º | 0.76% | 0.46% | - |
| XYZ | 8.33 | 13.56 | 9.96 | - |
| YUV | 86.29 | 125.01 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 117 | 81 | 0.76 | 0 | 0.31 | 0.54 | 155.73 | 0.61 | 0.28 |
| Hex | 1C | 75 | 51 | 4C | 0 | 1F | 36 | 9C | 3D | 1C |
| Octal | 34 | 165 | 121 | 114 | 0 | 37 | 66 | 234 | 75 | 34 |
| Binary | 11100 | 1110101 | 1010001 | 1001100 | 0 | 11111 | 110110 | 10011100 | 111101 | 11100 |
Color Harmonies of #1C7551
Complementary color
Monochromatic Colors of #1C7551
Black with #1C7551
Text Example
Text Example
White with #1C7551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7551; }
p { color: rgb(28,117,81); }
H1.HeaderClassName
{
color: #1C7551;
}
.AnyTagClassName
{
color: #1C7551;
}
</style>
background-color css
<style>
a { background-color: #1C7551; }
a { background-color: rgb(28,117,81); }
div.DivClassName
{
background-color: #1C7551;
}
.BgClassName
{
background-color: #1C7551;
}
</style>
border-color css
<style>
span { border-color: #1C7551; }
span { border-color: rgb(28,117,81); }
td.TdClassName
{
border-color: #1C7551;
}
.TagClassName
{
border-color: #1C7551;
}
</style>