Shades of Salem #197353
Tints of Salem #197353
RGB
CMYK
RGB Variations
Color information
#197353 (or 0x197353) is known color: Salem. HEX triplet: 19, 73 and 53. RGB value is (25,115,83). Sum of RGB (Red+Green+Blue) = 25+115+83=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #197353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197353 is #E68CAC. Grayscale: #545454. Windows color (decimal): -15109293 or 5468953. OLE color: 5468953.
HSL color Cylindrical-coordinate representation of color #197353: hue angle of 158.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197353 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 115 | 83 | - |
| CMYK | 0.78 | 0 | 0.28 | 0.55 |
| HSL | 158.67º | 0.64% | 0.27% | - |
| HSV(B) | 158.67º | 0.78% | 0.45% | - |
| XYZ | 8.09 | 13.09 | 10.28 | - |
| YUV | 84.44 | 127.18 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 83 | 0.78 | 0 | 0.28 | 0.55 | 158.67 | 0.64 | 0.27 |
| Hex | 19 | 73 | 53 | 4E | 0 | 1C | 37 | 9F | 40 | 1B |
| Octal | 31 | 163 | 123 | 116 | 0 | 34 | 67 | 237 | 100 | 33 |
| Binary | 11001 | 1110011 | 1010011 | 1001110 | 0 | 11100 | 110111 | 10011111 | 1000000 | 11011 |
Color Harmonies of #197353
Complementary color
Monochromatic Colors of #197353
Black with #197353
Text Example
Text Example
White with #197353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197353; }
p { color: rgb(25,115,83); }
H1.HeaderClassName
{
color: #197353;
}
.AnyTagClassName
{
color: #197353;
}
</style>
background-color css
<style>
a { background-color: #197353; }
a { background-color: rgb(25,115,83); }
div.DivClassName
{
background-color: #197353;
}
.BgClassName
{
background-color: #197353;
}
</style>
border-color css
<style>
span { border-color: #197353; }
span { border-color: rgb(25,115,83); }
td.TdClassName
{
border-color: #197353;
}
.TagClassName
{
border-color: #197353;
}
</style>