Shades of Salem #1C704F
Tints of Salem #1C704F
RGB
CMYK
RGB Variations
Color information
#1C704F (or 0x1C704F) is known color: Salem. HEX triplet: 1C, 70 and 4F. RGB value is (28,112,79). Sum of RGB (Red+Green+Blue) = 28+112+79=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #1C704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C704F is #E38FB0. Grayscale: #535353. Windows color (decimal): -14913457 or 5206044. OLE color: 5206044.
HSL color Cylindrical-coordinate representation of color #1C704F: hue angle of 156.43º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C704F is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 112 | 79 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.56 |
| HSL | 156.43º | 0.6% | 0.27% | - |
| HSV(B) | 156.43º | 0.75% | 0.44% | - |
| XYZ | 7.68 | 12.4 | 9.39 | - |
| YUV | 83.12 | 125.67 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 112 | 79 | 0.75 | 0 | 0.29 | 0.56 | 156.43 | 0.6 | 0.27 |
| Hex | 1C | 70 | 4F | 4B | 0 | 1D | 38 | 9C | 3C | 1B |
| Octal | 34 | 160 | 117 | 113 | 0 | 35 | 70 | 234 | 74 | 33 |
| Binary | 11100 | 1110000 | 1001111 | 1001011 | 0 | 11101 | 111000 | 10011100 | 111100 | 11011 |
Color Harmonies of #1C704F
Complementary color
Monochromatic Colors of #1C704F
Black with #1C704F
Text Example
Text Example
White with #1C704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C704F; }
p { color: rgb(28,112,79); }
H1.HeaderClassName
{
color: #1C704F;
}
.AnyTagClassName
{
color: #1C704F;
}
</style>
background-color css
<style>
a { background-color: #1C704F; }
a { background-color: rgb(28,112,79); }
div.DivClassName
{
background-color: #1C704F;
}
.BgClassName
{
background-color: #1C704F;
}
</style>
border-color css
<style>
span { border-color: #1C704F; }
span { border-color: rgb(28,112,79); }
td.TdClassName
{
border-color: #1C704F;
}
.TagClassName
{
border-color: #1C704F;
}
</style>