Shades of Salem #197853
Tints of Salem #197853
RGB
CMYK
RGB Variations
Color information
#197853 (or 0x197853) is known color: Salem. HEX triplet: 19, 78 and 53. RGB value is (25,120,83). Sum of RGB (Red+Green+Blue) = 25+120+83=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #197853 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197853 is #E687AC. Grayscale: #575757. Windows color (decimal): -15108013 or 5470233. OLE color: 5470233.
HSL color Cylindrical-coordinate representation of color #197853: hue angle of 156.63º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197853 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 120 | 83 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.53 |
| HSL | 156.63º | 0.66% | 0.28% | - |
| HSV(B) | 156.63º | 0.79% | 0.47% | - |
| XYZ | 8.68 | 14.26 | 10.48 | - |
| YUV | 87.38 | 125.53 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 83 | 0.79 | 0 | 0.31 | 0.53 | 156.63 | 0.66 | 0.28 |
| Hex | 19 | 78 | 53 | 4F | 0 | 1F | 35 | 9D | 42 | 1C |
| Octal | 31 | 170 | 123 | 117 | 0 | 37 | 65 | 235 | 102 | 34 |
| Binary | 11001 | 1111000 | 1010011 | 1001111 | 0 | 11111 | 110101 | 10011101 | 1000010 | 11100 |
Color Harmonies of #197853
Complementary color
Monochromatic Colors of #197853
Black with #197853
Text Example
Text Example
White with #197853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197853; }
p { color: rgb(25,120,83); }
H1.HeaderClassName
{
color: #197853;
}
.AnyTagClassName
{
color: #197853;
}
</style>
background-color css
<style>
a { background-color: #197853; }
a { background-color: rgb(25,120,83); }
div.DivClassName
{
background-color: #197853;
}
.BgClassName
{
background-color: #197853;
}
</style>
border-color css
<style>
span { border-color: #197853; }
span { border-color: rgb(25,120,83); }
td.TdClassName
{
border-color: #197853;
}
.TagClassName
{
border-color: #197853;
}
</style>