Shades of Salem #197652
Tints of Salem #197652
RGB
CMYK
RGB Variations
Color information
#197652 (or 0x197652) is known color: Salem. HEX triplet: 19, 76 and 52. RGB value is (25,118,82). Sum of RGB (Red+Green+Blue) = 25+118+82=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #197652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197652 is #E689AD. Grayscale: #565656. Windows color (decimal): -15108526 or 5404185. OLE color: 5404185.
HSL color Cylindrical-coordinate representation of color #197652: hue angle of 156.77º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197652 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 118 | 82 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.54 |
| HSL | 156.77º | 0.65% | 0.28% | - |
| HSV(B) | 156.77º | 0.79% | 0.46% | - |
| XYZ | 8.4 | 13.77 | 10.2 | - |
| YUV | 86.09 | 125.69 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 82 | 0.79 | 0 | 0.31 | 0.54 | 156.77 | 0.65 | 0.28 |
| Hex | 19 | 76 | 52 | 4F | 0 | 1F | 36 | 9D | 41 | 1C |
| Octal | 31 | 166 | 122 | 117 | 0 | 37 | 66 | 235 | 101 | 34 |
| Binary | 11001 | 1110110 | 1010010 | 1001111 | 0 | 11111 | 110110 | 10011101 | 1000001 | 11100 |
Color Harmonies of #197652
Complementary color
Monochromatic Colors of #197652
Black with #197652
Text Example
Text Example
White with #197652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197652; }
p { color: rgb(25,118,82); }
H1.HeaderClassName
{
color: #197652;
}
.AnyTagClassName
{
color: #197652;
}
</style>
background-color css
<style>
a { background-color: #197652; }
a { background-color: rgb(25,118,82); }
div.DivClassName
{
background-color: #197652;
}
.BgClassName
{
background-color: #197652;
}
</style>
border-color css
<style>
span { border-color: #197652; }
span { border-color: rgb(25,118,82); }
td.TdClassName
{
border-color: #197652;
}
.TagClassName
{
border-color: #197652;
}
</style>