Shades of Salem #1C7850
Tints of Salem #1C7850
RGB
CMYK
RGB Variations
Color information
#1C7850 (or 0x1C7850) is known color: Salem. HEX triplet: 1C, 78 and 50. RGB value is (28,120,80). Sum of RGB (Red+Green+Blue) = 28+120+80=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #1C7850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7850 is #E387AF. Grayscale: #585858. Windows color (decimal): -14911408 or 5273628. OLE color: 5273628.
HSL color Cylindrical-coordinate representation of color #1C7850: hue angle of 153.91º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7850 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 120 | 80 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.53 |
| HSL | 153.91º | 0.62% | 0.29% | - |
| HSV(B) | 153.91º | 0.77% | 0.47% | - |
| XYZ | 8.64 | 14.26 | 9.89 | - |
| YUV | 87.93 | 123.52 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 120 | 80 | 0.77 | 0 | 0.33 | 0.53 | 153.91 | 0.62 | 0.29 |
| Hex | 1C | 78 | 50 | 4D | 0 | 21 | 35 | 9A | 3E | 1D |
| Octal | 34 | 170 | 120 | 115 | 0 | 41 | 65 | 232 | 76 | 35 |
| Binary | 11100 | 1111000 | 1010000 | 1001101 | 0 | 100001 | 110101 | 10011010 | 111110 | 11101 |
Color Harmonies of #1C7850
Complementary color
Monochromatic Colors of #1C7850
Black with #1C7850
Text Example
Text Example
White with #1C7850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7850; }
p { color: rgb(28,120,80); }
H1.HeaderClassName
{
color: #1C7850;
}
.AnyTagClassName
{
color: #1C7850;
}
</style>
background-color css
<style>
a { background-color: #1C7850; }
a { background-color: rgb(28,120,80); }
div.DivClassName
{
background-color: #1C7850;
}
.BgClassName
{
background-color: #1C7850;
}
</style>
border-color css
<style>
span { border-color: #1C7850; }
span { border-color: rgb(28,120,80); }
td.TdClassName
{
border-color: #1C7850;
}
.TagClassName
{
border-color: #1C7850;
}
</style>