Shades of Salem #1C8856
Tints of Salem #1C8856
RGB
CMYK
RGB Variations
Color information
#1C8856 (or 0x1C8856) is known color: Salem. HEX triplet: 1C, 88 and 56. RGB value is (28,136,86). Sum of RGB (Red+Green+Blue) = 28+136+86=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #1C8856 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8856 is #E377A9. Grayscale: #626262. Windows color (decimal): -14907306 or 5670940. OLE color: 5670940.
HSL color Cylindrical-coordinate representation of color #1C8856: hue angle of 152.22º 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 #1C8856 is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 136 | 86 | - |
| CMYK | 0.79 | 0 | 0.37 | 0.47 |
| HSL | 152.22º | 0.66% | 0.32% | - |
| HSV(B) | 152.22º | 0.79% | 0.53% | - |
| XYZ | 10.96 | 18.53 | 11.8 | - |
| YUV | 98.01 | 121.22 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 136 | 86 | 0.79 | 0 | 0.37 | 0.47 | 152.22 | 0.66 | 0.32 |
| Hex | 1C | 88 | 56 | 4F | 0 | 25 | 2F | 98 | 42 | 20 |
| Octal | 34 | 210 | 126 | 117 | 0 | 45 | 57 | 230 | 102 | 40 |
| Binary | 11100 | 10001000 | 1010110 | 1001111 | 0 | 100101 | 101111 | 10011000 | 1000010 | 100000 |
Color Harmonies of #1C8856
Complementary color
Monochromatic Colors of #1C8856
Black with #1C8856
Text Example
Text Example
White with #1C8856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8856; }
p { color: rgb(28,136,86); }
H1.HeaderClassName
{
color: #1C8856;
}
.AnyTagClassName
{
color: #1C8856;
}
</style>
background-color css
<style>
a { background-color: #1C8856; }
a { background-color: rgb(28,136,86); }
div.DivClassName
{
background-color: #1C8856;
}
.BgClassName
{
background-color: #1C8856;
}
</style>
border-color css
<style>
span { border-color: #1C8856; }
span { border-color: rgb(28,136,86); }
td.TdClassName
{
border-color: #1C8856;
}
.TagClassName
{
border-color: #1C8856;
}
</style>