Shades of Salem #1C8551
Tints of Salem #1C8551
RGB
CMYK
RGB Variations
Color information
#1C8551 (or 0x1C8551) is known color: Salem. HEX triplet: 1C, 85 and 51. RGB value is (28,133,81). Sum of RGB (Red+Green+Blue) = 28+133+81=242 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.57% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #1C8551 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8551 is #E37AAE. Grayscale: #5F5F5F. Windows color (decimal): -14908079 or 5342492. OLE color: 5342492.
HSL color Cylindrical-coordinate representation of color #1C8551: hue angle of 150.29º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8551 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 133 | 81 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.48 |
| HSL | 150.29º | 0.65% | 0.32% | - |
| HSV(B) | 150.29º | 0.79% | 0.52% | - |
| XYZ | 10.35 | 17.62 | 10.64 | - |
| YUV | 95.68 | 119.71 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 133 | 81 | 0.79 | 0 | 0.39 | 0.48 | 150.29 | 0.65 | 0.32 |
| Hex | 1C | 85 | 51 | 4F | 0 | 27 | 30 | 96 | 41 | 20 |
| Octal | 34 | 205 | 121 | 117 | 0 | 47 | 60 | 226 | 101 | 40 |
| Binary | 11100 | 10000101 | 1010001 | 1001111 | 0 | 100111 | 110000 | 10010110 | 1000001 | 100000 |
Color Harmonies of #1C8551
Complementary color
Monochromatic Colors of #1C8551
Black with #1C8551
Text Example
Text Example
White with #1C8551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8551; }
p { color: rgb(28,133,81); }
H1.HeaderClassName
{
color: #1C8551;
}
.AnyTagClassName
{
color: #1C8551;
}
</style>
background-color css
<style>
a { background-color: #1C8551; }
a { background-color: rgb(28,133,81); }
div.DivClassName
{
background-color: #1C8551;
}
.BgClassName
{
background-color: #1C8551;
}
</style>
border-color css
<style>
span { border-color: #1C8551; }
span { border-color: rgb(28,133,81); }
td.TdClassName
{
border-color: #1C8551;
}
.TagClassName
{
border-color: #1C8551;
}
</style>