Shades of Salem #1C8759
Tints of Salem #1C8759
RGB
CMYK
RGB Variations
Color information
#1C8759 (or 0x1C8759) is known color: Salem. HEX triplet: 1C, 87 and 59. RGB value is (28,135,89). Sum of RGB (Red+Green+Blue) = 28+135+89=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #1C8759 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8759 is #E378A6. Grayscale: #616161. Windows color (decimal): -14907559 or 5867292. OLE color: 5867292.
HSL color Cylindrical-coordinate representation of color #1C8759: hue angle of 154.21º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8759 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 135 | 89 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.47 |
| HSL | 154.21º | 0.66% | 0.32% | - |
| HSV(B) | 154.21º | 0.79% | 0.53% | - |
| XYZ | 10.95 | 18.3 | 12.41 | - |
| YUV | 97.76 | 123.05 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 135 | 89 | 0.79 | 0 | 0.34 | 0.47 | 154.21 | 0.66 | 0.32 |
| Hex | 1C | 87 | 59 | 4F | 0 | 22 | 2F | 9A | 42 | 20 |
| Octal | 34 | 207 | 131 | 117 | 0 | 42 | 57 | 232 | 102 | 40 |
| Binary | 11100 | 10000111 | 1011001 | 1001111 | 0 | 100010 | 101111 | 10011010 | 1000010 | 100000 |
Color Harmonies of #1C8759
Complementary color
Monochromatic Colors of #1C8759
Black with #1C8759
Text Example
Text Example
White with #1C8759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8759; }
p { color: rgb(28,135,89); }
H1.HeaderClassName
{
color: #1C8759;
}
.AnyTagClassName
{
color: #1C8759;
}
</style>
background-color css
<style>
a { background-color: #1C8759; }
a { background-color: rgb(28,135,89); }
div.DivClassName
{
background-color: #1C8759;
}
.BgClassName
{
background-color: #1C8759;
}
</style>
border-color css
<style>
span { border-color: #1C8759; }
span { border-color: rgb(28,135,89); }
td.TdClassName
{
border-color: #1C8759;
}
.TagClassName
{
border-color: #1C8759;
}
</style>