Shades of Salem #1C884C
Tints of Salem #1C884C
RGB
CMYK
RGB Variations
Color information
#1C884C (or 0x1C884C) is known color: Salem. HEX triplet: 1C, 88 and 4C. RGB value is (28,136,76). Sum of RGB (Red+Green+Blue) = 28+136+76=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #1C884C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C884C is #E377B3. Grayscale: #616161. Windows color (decimal): -14907316 or 5015580. OLE color: 5015580.
HSL color Cylindrical-coordinate representation of color #1C884C: hue angle of 146.67º 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 #1C884C is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 136 | 76 | - |
| CMYK | 0.79 | 0 | 0.44 | 0.47 |
| HSL | 146.67º | 0.66% | 0.32% | - |
| HSV(B) | 146.67º | 0.79% | 0.53% | - |
| XYZ | 10.59 | 18.38 | 9.83 | - |
| YUV | 96.87 | 116.22 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 136 | 76 | 0.79 | 0 | 0.44 | 0.47 | 146.67 | 0.66 | 0.32 |
| Hex | 1C | 88 | 4C | 4F | 0 | 2C | 2F | 93 | 42 | 20 |
| Octal | 34 | 210 | 114 | 117 | 0 | 54 | 57 | 223 | 102 | 40 |
| Binary | 11100 | 10001000 | 1001100 | 1001111 | 0 | 101100 | 101111 | 10010011 | 1000010 | 100000 |
Color Harmonies of #1C884C
Complementary color
Monochromatic Colors of #1C884C
Black with #1C884C
Text Example
Text Example
White with #1C884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C884C; }
p { color: rgb(28,136,76); }
H1.HeaderClassName
{
color: #1C884C;
}
.AnyTagClassName
{
color: #1C884C;
}
</style>
background-color css
<style>
a { background-color: #1C884C; }
a { background-color: rgb(28,136,76); }
div.DivClassName
{
background-color: #1C884C;
}
.BgClassName
{
background-color: #1C884C;
}
</style>
border-color css
<style>
span { border-color: #1C884C; }
span { border-color: rgb(28,136,76); }
td.TdClassName
{
border-color: #1C884C;
}
.TagClassName
{
border-color: #1C884C;
}
</style>