Shades of Salem #197F54
Tints of Salem #197F54
RGB
CMYK
RGB Variations
Color information
#197F54 (or 0x197F54) is known color: Salem. HEX triplet: 19, 7F and 54. RGB value is (25,127,84). Sum of RGB (Red+Green+Blue) = 25+127+84=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 127 (50% from 255 or 53.81% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 127 - color contains mainly: green. Hex color #197F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197F54 is #E680AB. Grayscale: #5B5B5B. Windows color (decimal): -15106220 or 5537561. OLE color: 5537561.
HSL color Cylindrical-coordinate representation of color #197F54: hue angle of 154.71º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197F54 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 127 | 84 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.50 |
| HSL | 154.71º | 0.67% | 0.3% | - |
| HSV(B) | 154.71º | 0.8% | 0.5% | - |
| XYZ | 9.59 | 16.03 | 10.98 | - |
| YUV | 91.6 | 123.71 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 84 | 0.80 | 0 | 0.34 | 0.50 | 154.71 | 0.67 | 0.3 |
| Hex | 19 | 7F | 54 | 50 | 0 | 22 | 32 | 9B | 43 | 1E |
| Octal | 31 | 177 | 124 | 120 | 0 | 42 | 62 | 233 | 103 | 36 |
| Binary | 11001 | 1111111 | 1010100 | 1010000 | 0 | 100010 | 110010 | 10011011 | 1000011 | 11110 |
Color Harmonies of #197F54
Complementary color
Monochromatic Colors of #197F54
Black with #197F54
Text Example
Text Example
White with #197F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197F54; }
p { color: rgb(25,127,84); }
H1.HeaderClassName
{
color: #197F54;
}
.AnyTagClassName
{
color: #197F54;
}
</style>
background-color css
<style>
a { background-color: #197F54; }
a { background-color: rgb(25,127,84); }
div.DivClassName
{
background-color: #197F54;
}
.BgClassName
{
background-color: #197F54;
}
</style>
border-color css
<style>
span { border-color: #197F54; }
span { border-color: rgb(25,127,84); }
td.TdClassName
{
border-color: #197F54;
}
.TagClassName
{
border-color: #197F54;
}
</style>