Shades of Salem #197C4C
Tints of Salem #197C4C
RGB
CMYK
RGB Variations
Color information
#197C4C (or 0x197C4C) is known color: Salem. HEX triplet: 19, 7C and 4C. RGB value is (25,124,76). Sum of RGB (Red+Green+Blue) = 25+124+76=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 124 (48.83% from 255 or 55.11% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 124 - color contains mainly: green. Hex color #197C4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197C4C is #E683B3. Grayscale: #595959. Windows color (decimal): -15106996 or 5012505. OLE color: 5012505.
HSL color Cylindrical-coordinate representation of color #197C4C: hue angle of 150.91º 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 #197C4C is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 124 | 76 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.51 |
| HSL | 150.91º | 0.66% | 0.29% | - |
| HSV(B) | 150.91º | 0.8% | 0.49% | - |
| XYZ | 8.91 | 15.14 | 9.29 | - |
| YUV | 88.93 | 120.7 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 76 | 0.80 | 0 | 0.39 | 0.51 | 150.91 | 0.66 | 0.29 |
| Hex | 19 | 7C | 4C | 50 | 0 | 27 | 33 | 97 | 42 | 1D |
| Octal | 31 | 174 | 114 | 120 | 0 | 47 | 63 | 227 | 102 | 35 |
| Binary | 11001 | 1111100 | 1001100 | 1010000 | 0 | 100111 | 110011 | 10010111 | 1000010 | 11101 |
Color Harmonies of #197C4C
Complementary color
Monochromatic Colors of #197C4C
Black with #197C4C
Text Example
Text Example
White with #197C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197C4C; }
p { color: rgb(25,124,76); }
H1.HeaderClassName
{
color: #197C4C;
}
.AnyTagClassName
{
color: #197C4C;
}
</style>
background-color css
<style>
a { background-color: #197C4C; }
a { background-color: rgb(25,124,76); }
div.DivClassName
{
background-color: #197C4C;
}
.BgClassName
{
background-color: #197C4C;
}
</style>
border-color css
<style>
span { border-color: #197C4C; }
span { border-color: rgb(25,124,76); }
td.TdClassName
{
border-color: #197C4C;
}
.TagClassName
{
border-color: #197C4C;
}
</style>