Shades of Salem #197656
Tints of Salem #197656
RGB
CMYK
RGB Variations
Color information
#197656 (or 0x197656) is known color: Salem. HEX triplet: 19, 76 and 56. RGB value is (25,118,86). Sum of RGB (Red+Green+Blue) = 25+118+86=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #197656 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197656 is #E689A9. Grayscale: #565656. Windows color (decimal): -15108522 or 5666329. OLE color: 5666329.
HSL color Cylindrical-coordinate representation of color #197656: hue angle of 159.35º 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 #197656 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 118 | 86 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.54 |
| HSL | 159.35º | 0.65% | 0.28% | - |
| HSV(B) | 159.35º | 0.79% | 0.46% | - |
| XYZ | 8.56 | 13.84 | 11.02 | - |
| YUV | 86.55 | 127.69 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 86 | 0.79 | 0 | 0.27 | 0.54 | 159.35 | 0.65 | 0.28 |
| Hex | 19 | 76 | 56 | 4F | 0 | 1B | 36 | 9F | 41 | 1C |
| Octal | 31 | 166 | 126 | 117 | 0 | 33 | 66 | 237 | 101 | 34 |
| Binary | 11001 | 1110110 | 1010110 | 1001111 | 0 | 11011 | 110110 | 10011111 | 1000001 | 11100 |
Color Harmonies of #197656
Complementary color
Monochromatic Colors of #197656
Black with #197656
Text Example
Text Example
White with #197656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197656; }
p { color: rgb(25,118,86); }
H1.HeaderClassName
{
color: #197656;
}
.AnyTagClassName
{
color: #197656;
}
</style>
background-color css
<style>
a { background-color: #197656; }
a { background-color: rgb(25,118,86); }
div.DivClassName
{
background-color: #197656;
}
.BgClassName
{
background-color: #197656;
}
</style>
border-color css
<style>
span { border-color: #197656; }
span { border-color: rgb(25,118,86); }
td.TdClassName
{
border-color: #197656;
}
.TagClassName
{
border-color: #197656;
}
</style>