Shades of Salem #197654
Tints of Salem #197654
RGB
CMYK
RGB Variations
Color information
#197654 (or 0x197654) is known color: Salem. HEX triplet: 19, 76 and 54. RGB value is (25,118,84). Sum of RGB (Red+Green+Blue) = 25+118+84=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #197654 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197654 is #E689AB. Grayscale: #565656. Windows color (decimal): -15108524 or 5535257. OLE color: 5535257.
HSL color Cylindrical-coordinate representation of color #197654: hue angle of 158.06º 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 #197654 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 118 | 84 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.54 |
| HSL | 158.06º | 0.65% | 0.28% | - |
| HSV(B) | 158.06º | 0.79% | 0.46% | - |
| XYZ | 8.48 | 13.8 | 10.6 | - |
| YUV | 86.32 | 126.69 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 84 | 0.79 | 0 | 0.29 | 0.54 | 158.06 | 0.65 | 0.28 |
| Hex | 19 | 76 | 54 | 4F | 0 | 1D | 36 | 9E | 41 | 1C |
| Octal | 31 | 166 | 124 | 117 | 0 | 35 | 66 | 236 | 101 | 34 |
| Binary | 11001 | 1110110 | 1010100 | 1001111 | 0 | 11101 | 110110 | 10011110 | 1000001 | 11100 |
Color Harmonies of #197654
Complementary color
Monochromatic Colors of #197654
Black with #197654
Text Example
Text Example
White with #197654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197654; }
p { color: rgb(25,118,84); }
H1.HeaderClassName
{
color: #197654;
}
.AnyTagClassName
{
color: #197654;
}
</style>
background-color css
<style>
a { background-color: #197654; }
a { background-color: rgb(25,118,84); }
div.DivClassName
{
background-color: #197654;
}
.BgClassName
{
background-color: #197654;
}
</style>
border-color css
<style>
span { border-color: #197654; }
span { border-color: rgb(25,118,84); }
td.TdClassName
{
border-color: #197654;
}
.TagClassName
{
border-color: #197654;
}
</style>