Shades of Salem #197C4D
Tints of Salem #197C4D
RGB
CMYK
RGB Variations
Color information
#197C4D (or 0x197C4D) is known color: Salem. HEX triplet: 19, 7C and 4D. RGB value is (25,124,77). Sum of RGB (Red+Green+Blue) = 25+124+77=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #197C4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197C4D is #E683B2. Grayscale: #595959. Windows color (decimal): -15106995 or 5078041. OLE color: 5078041.
HSL color Cylindrical-coordinate representation of color #197C4D: hue angle of 151.52º 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 #197C4D is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 124 | 77 | - |
| CMYK | 0.80 | 0 | 0.38 | 0.51 |
| HSL | 151.52º | 0.66% | 0.29% | - |
| HSV(B) | 151.52º | 0.8% | 0.49% | - |
| XYZ | 8.95 | 15.16 | 9.48 | - |
| YUV | 89.04 | 121.2 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 77 | 0.80 | 0 | 0.38 | 0.51 | 151.52 | 0.66 | 0.29 |
| Hex | 19 | 7C | 4D | 50 | 0 | 26 | 33 | 98 | 42 | 1D |
| Octal | 31 | 174 | 115 | 120 | 0 | 46 | 63 | 230 | 102 | 35 |
| Binary | 11001 | 1111100 | 1001101 | 1010000 | 0 | 100110 | 110011 | 10011000 | 1000010 | 11101 |
Color Harmonies of #197C4D
Complementary color
Monochromatic Colors of #197C4D
Black with #197C4D
Text Example
Text Example
White with #197C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197C4D; }
p { color: rgb(25,124,77); }
H1.HeaderClassName
{
color: #197C4D;
}
.AnyTagClassName
{
color: #197C4D;
}
</style>
background-color css
<style>
a { background-color: #197C4D; }
a { background-color: rgb(25,124,77); }
div.DivClassName
{
background-color: #197C4D;
}
.BgClassName
{
background-color: #197C4D;
}
</style>
border-color css
<style>
span { border-color: #197C4D; }
span { border-color: rgb(25,124,77); }
td.TdClassName
{
border-color: #197C4D;
}
.TagClassName
{
border-color: #197C4D;
}
</style>