Shades of Salem #1C7550
Tints of Salem #1C7550
RGB
CMYK
RGB Variations
Color information
#1C7550 (or 0x1C7550) is known color: Salem. HEX triplet: 1C, 75 and 50. RGB value is (28,117,80). Sum of RGB (Red+Green+Blue) = 28+117+80=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #1C7550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7550 is #E38AAF. Grayscale: #565656. Windows color (decimal): -14912176 or 5272860. OLE color: 5272860.
HSL color Cylindrical-coordinate representation of color #1C7550: hue angle of 155.06º 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 #1C7550 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 117 | 80 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.54 |
| HSL | 155.06º | 0.61% | 0.28% | - |
| HSV(B) | 155.06º | 0.76% | 0.46% | - |
| XYZ | 8.29 | 13.55 | 9.77 | - |
| YUV | 86.17 | 124.51 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 117 | 80 | 0.76 | 0 | 0.32 | 0.54 | 155.06 | 0.61 | 0.28 |
| Hex | 1C | 75 | 50 | 4C | 0 | 20 | 36 | 9B | 3D | 1C |
| Octal | 34 | 165 | 120 | 114 | 0 | 40 | 66 | 233 | 75 | 34 |
| Binary | 11100 | 1110101 | 1010000 | 1001100 | 0 | 100000 | 110110 | 10011011 | 111101 | 11100 |
Color Harmonies of #1C7550
Complementary color
Monochromatic Colors of #1C7550
Black with #1C7550
Text Example
Text Example
White with #1C7550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7550; }
p { color: rgb(28,117,80); }
H1.HeaderClassName
{
color: #1C7550;
}
.AnyTagClassName
{
color: #1C7550;
}
</style>
background-color css
<style>
a { background-color: #1C7550; }
a { background-color: rgb(28,117,80); }
div.DivClassName
{
background-color: #1C7550;
}
.BgClassName
{
background-color: #1C7550;
}
</style>
border-color css
<style>
span { border-color: #1C7550; }
span { border-color: rgb(28,117,80); }
td.TdClassName
{
border-color: #1C7550;
}
.TagClassName
{
border-color: #1C7550;
}
</style>