Shades of Salem #197451
Tints of Salem #197451
RGB
CMYK
RGB Variations
Color information
#197451 (or 0x197451) is known color: Salem. HEX triplet: 19, 74 and 51. RGB value is (25,116,81). Sum of RGB (Red+Green+Blue) = 25+116+81=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 116 (45.70% from 255 or 52.25% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 116 - color contains mainly: green. Hex color #197451 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197451 is #E68BAE. Grayscale: #545454. Windows color (decimal): -15109039 or 5338137. OLE color: 5338137.
HSL color Cylindrical-coordinate representation of color #197451: hue angle of 156.92º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197451 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 116 | 81 | - |
| CMYK | 0.78 | 0 | 0.30 | 0.55 |
| HSL | 156.92º | 0.65% | 0.28% | - |
| HSV(B) | 156.92º | 0.78% | 0.45% | - |
| XYZ | 8.13 | 13.29 | 9.92 | - |
| YUV | 84.8 | 125.85 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 81 | 0.78 | 0 | 0.30 | 0.55 | 156.92 | 0.65 | 0.28 |
| Hex | 19 | 74 | 51 | 4E | 0 | 1E | 37 | 9D | 41 | 1C |
| Octal | 31 | 164 | 121 | 116 | 0 | 36 | 67 | 235 | 101 | 34 |
| Binary | 11001 | 1110100 | 1010001 | 1001110 | 0 | 11110 | 110111 | 10011101 | 1000001 | 11100 |
Color Harmonies of #197451
Complementary color
Monochromatic Colors of #197451
Black with #197451
Text Example
Text Example
White with #197451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197451; }
p { color: rgb(25,116,81); }
H1.HeaderClassName
{
color: #197451;
}
.AnyTagClassName
{
color: #197451;
}
</style>
background-color css
<style>
a { background-color: #197451; }
a { background-color: rgb(25,116,81); }
div.DivClassName
{
background-color: #197451;
}
.BgClassName
{
background-color: #197451;
}
</style>
border-color css
<style>
span { border-color: #197451; }
span { border-color: rgb(25,116,81); }
td.TdClassName
{
border-color: #197451;
}
.TagClassName
{
border-color: #197451;
}
</style>