Shades of Salem #197F4A
Tints of Salem #197F4A
RGB
CMYK
RGB Variations
Color information
#197F4A (or 0x197F4A) is known color: Salem. HEX triplet: 19, 7F and 4A. RGB value is (25,127,74). Sum of RGB (Red+Green+Blue) = 25+127+74=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 127 (50% from 255 or 56.19% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 127 - color contains mainly: green. Hex color #197F4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197F4A is #E680B5. Grayscale: #5A5A5A. Windows color (decimal): -15106230 or 4882201. OLE color: 4882201.
HSL color Cylindrical-coordinate representation of color #197F4A: hue angle of 148.82º 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 #197F4A is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 127 | 74 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.50 |
| HSL | 148.82º | 0.67% | 0.3% | - |
| HSV(B) | 148.82º | 0.8% | 0.5% | - |
| XYZ | 9.23 | 15.88 | 9.06 | - |
| YUV | 90.46 | 118.71 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 74 | 0.80 | 0 | 0.42 | 0.50 | 148.82 | 0.67 | 0.3 |
| Hex | 19 | 7F | 4A | 50 | 0 | 2A | 32 | 95 | 43 | 1E |
| Octal | 31 | 177 | 112 | 120 | 0 | 52 | 62 | 225 | 103 | 36 |
| Binary | 11001 | 1111111 | 1001010 | 1010000 | 0 | 101010 | 110010 | 10010101 | 1000011 | 11110 |
Color Harmonies of #197F4A
Complementary color
Monochromatic Colors of #197F4A
Black with #197F4A
Text Example
Text Example
White with #197F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197F4A; }
p { color: rgb(25,127,74); }
H1.HeaderClassName
{
color: #197F4A;
}
.AnyTagClassName
{
color: #197F4A;
}
</style>
background-color css
<style>
a { background-color: #197F4A; }
a { background-color: rgb(25,127,74); }
div.DivClassName
{
background-color: #197F4A;
}
.BgClassName
{
background-color: #197F4A;
}
</style>
border-color css
<style>
span { border-color: #197F4A; }
span { border-color: rgb(25,127,74); }
td.TdClassName
{
border-color: #197F4A;
}
.TagClassName
{
border-color: #197F4A;
}
</style>