Shades of Salem #1C7958
Tints of Salem #1C7958
RGB
CMYK
RGB Variations
Color information
#1C7958 (or 0x1C7958) is known color: Salem. HEX triplet: 1C, 79 and 58. RGB value is (28,121,88). Sum of RGB (Red+Green+Blue) = 28+121+88=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #1C7958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7958 is #E386A7. Grayscale: #595959. Windows color (decimal): -14911144 or 5798172. OLE color: 5798172.
HSL color Cylindrical-coordinate representation of color #1C7958: hue angle of 158.71º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7958 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 121 | 88 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.53 |
| HSL | 158.71º | 0.62% | 0.29% | - |
| HSV(B) | 158.71º | 0.77% | 0.47% | - |
| XYZ | 9.08 | 14.63 | 11.58 | - |
| YUV | 89.43 | 127.19 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 121 | 88 | 0.77 | 0 | 0.27 | 0.53 | 158.71 | 0.62 | 0.29 |
| Hex | 1C | 79 | 58 | 4D | 0 | 1B | 35 | 9F | 3E | 1D |
| Octal | 34 | 171 | 130 | 115 | 0 | 33 | 65 | 237 | 76 | 35 |
| Binary | 11100 | 1111001 | 1011000 | 1001101 | 0 | 11011 | 110101 | 10011111 | 111110 | 11101 |
Color Harmonies of #1C7958
Complementary color
Monochromatic Colors of #1C7958
Black with #1C7958
Text Example
Text Example
White with #1C7958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7958; }
p { color: rgb(28,121,88); }
H1.HeaderClassName
{
color: #1C7958;
}
.AnyTagClassName
{
color: #1C7958;
}
</style>
background-color css
<style>
a { background-color: #1C7958; }
a { background-color: rgb(28,121,88); }
div.DivClassName
{
background-color: #1C7958;
}
.BgClassName
{
background-color: #1C7958;
}
</style>
border-color css
<style>
span { border-color: #1C7958; }
span { border-color: rgb(28,121,88); }
td.TdClassName
{
border-color: #1C7958;
}
.TagClassName
{
border-color: #1C7958;
}
</style>