Shades of Salem #197C48
Tints of Salem #197C48
RGB
CMYK
RGB Variations
Color information
#197C48 (or 0x197C48) is known color: Salem. HEX triplet: 19, 7C and 48. RGB value is (25,124,72). Sum of RGB (Red+Green+Blue) = 25+124+72=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 124 (48.83% from 255 or 56.11% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 124 - color contains mainly: green. Hex color #197C48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197C48 is #E683B7. Grayscale: #585858. Windows color (decimal): -15107000 or 4750361. OLE color: 4750361.
HSL color Cylindrical-coordinate representation of color #197C48: hue angle of 148.48º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197C48 is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 124 | 72 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.51 |
| HSL | 148.48º | 0.66% | 0.29% | - |
| HSV(B) | 148.48º | 0.8% | 0.49% | - |
| XYZ | 8.78 | 15.09 | 8.58 | - |
| YUV | 88.47 | 118.7 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 72 | 0.80 | 0 | 0.42 | 0.51 | 148.48 | 0.66 | 0.29 |
| Hex | 19 | 7C | 48 | 50 | 0 | 2A | 33 | 94 | 42 | 1D |
| Octal | 31 | 174 | 110 | 120 | 0 | 52 | 63 | 224 | 102 | 35 |
| Binary | 11001 | 1111100 | 1001000 | 1010000 | 0 | 101010 | 110011 | 10010100 | 1000010 | 11101 |
Color Harmonies of #197C48
Complementary color
Monochromatic Colors of #197C48
Black with #197C48
Text Example
Text Example
White with #197C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197C48; }
p { color: rgb(25,124,72); }
H1.HeaderClassName
{
color: #197C48;
}
.AnyTagClassName
{
color: #197C48;
}
</style>
background-color css
<style>
a { background-color: #197C48; }
a { background-color: rgb(25,124,72); }
div.DivClassName
{
background-color: #197C48;
}
.BgClassName
{
background-color: #197C48;
}
</style>
border-color css
<style>
span { border-color: #197C48; }
span { border-color: rgb(25,124,72); }
td.TdClassName
{
border-color: #197C48;
}
.TagClassName
{
border-color: #197C48;
}
</style>