Shades of Salem #197852
Tints of Salem #197852
RGB
CMYK
RGB Variations
Color information
#197852 (or 0x197852) is known color: Salem. HEX triplet: 19, 78 and 52. RGB value is (25,120,82). Sum of RGB (Red+Green+Blue) = 25+120+82=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #197852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197852 is #E687AD. Grayscale: #575757. Windows color (decimal): -15108014 or 5404697. OLE color: 5404697.
HSL color Cylindrical-coordinate representation of color #197852: hue angle of 156º 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 #197852 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 120 | 82 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.53 |
| HSL | 156º | 0.66% | 0.28% | - |
| HSV(B) | 156º | 0.79% | 0.47% | - |
| XYZ | 8.64 | 14.25 | 10.28 | - |
| YUV | 87.26 | 125.03 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 82 | 0.79 | 0 | 0.32 | 0.53 | 156 | 0.66 | 0.28 |
| Hex | 19 | 78 | 52 | 4F | 0 | 20 | 35 | 9C | 42 | 1C |
| Octal | 31 | 170 | 122 | 117 | 0 | 40 | 65 | 234 | 102 | 34 |
| Binary | 11001 | 1111000 | 1010010 | 1001111 | 0 | 100000 | 110101 | 10011100 | 1000010 | 11100 |
Color Harmonies of #197852
Complementary color
Monochromatic Colors of #197852
Black with #197852
Text Example
Text Example
White with #197852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197852; }
p { color: rgb(25,120,82); }
H1.HeaderClassName
{
color: #197852;
}
.AnyTagClassName
{
color: #197852;
}
</style>
background-color css
<style>
a { background-color: #197852; }
a { background-color: rgb(25,120,82); }
div.DivClassName
{
background-color: #197852;
}
.BgClassName
{
background-color: #197852;
}
</style>
border-color css
<style>
span { border-color: #197852; }
span { border-color: rgb(25,120,82); }
td.TdClassName
{
border-color: #197852;
}
.TagClassName
{
border-color: #197852;
}
</style>