Shades of Salem #1C874D
Tints of Salem #1C874D
RGB
CMYK
RGB Variations
Color information
#1C874D (or 0x1C874D) is known color: Salem. HEX triplet: 1C, 87 and 4D. RGB value is (28,135,77). Sum of RGB (Red+Green+Blue) = 28+135+77=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #1C874D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C874D is #E378B2. Grayscale: #606060. Windows color (decimal): -14907571 or 5080860. OLE color: 5080860.
HSL color Cylindrical-coordinate representation of color #1C874D: hue angle of 147.48º 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 #1C874D is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 135 | 77 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.47 |
| HSL | 147.48º | 0.66% | 0.32% | - |
| HSV(B) | 147.48º | 0.79% | 0.53% | - |
| XYZ | 10.48 | 18.11 | 9.96 | - |
| YUV | 96.4 | 117.05 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 135 | 77 | 0.79 | 0 | 0.43 | 0.47 | 147.48 | 0.66 | 0.32 |
| Hex | 1C | 87 | 4D | 4F | 0 | 2B | 2F | 93 | 42 | 20 |
| Octal | 34 | 207 | 115 | 117 | 0 | 53 | 57 | 223 | 102 | 40 |
| Binary | 11100 | 10000111 | 1001101 | 1001111 | 0 | 101011 | 101111 | 10010011 | 1000010 | 100000 |
Color Harmonies of #1C874D
Complementary color
Monochromatic Colors of #1C874D
Black with #1C874D
Text Example
Text Example
White with #1C874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C874D; }
p { color: rgb(28,135,77); }
H1.HeaderClassName
{
color: #1C874D;
}
.AnyTagClassName
{
color: #1C874D;
}
</style>
background-color css
<style>
a { background-color: #1C874D; }
a { background-color: rgb(28,135,77); }
div.DivClassName
{
background-color: #1C874D;
}
.BgClassName
{
background-color: #1C874D;
}
</style>
border-color css
<style>
span { border-color: #1C874D; }
span { border-color: rgb(28,135,77); }
td.TdClassName
{
border-color: #1C874D;
}
.TagClassName
{
border-color: #1C874D;
}
</style>