Shades of Salem #197D50
Tints of Salem #197D50
RGB
CMYK
RGB Variations
Color information
#197D50 (or 0x197D50) is known color: Salem. HEX triplet: 19, 7D and 50. RGB value is (25,125,80). Sum of RGB (Red+Green+Blue) = 25+125+80=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 125 (49.22% from 255 or 54.35% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 125 - color contains mainly: green. Hex color #197D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197D50 is #E682AF. Grayscale: #5A5A5A. Windows color (decimal): -15106736 or 5274905. OLE color: 5274905.
HSL color Cylindrical-coordinate representation of color #197D50: hue angle of 153º degrees, saturation: 0.67, 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 #197D50 is Cyan = 0.8, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 125 | 80 | - |
| CMYK | 0.8 | 0 | 0.36 | 0.51 |
| HSL | 153º | 0.67% | 0.29% | - |
| HSV(B) | 153º | 0.8% | 0.49% | - |
| XYZ | 9.18 | 15.45 | 10.09 | - |
| YUV | 89.97 | 122.37 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 80 | 0.8 | 0 | 0.36 | 0.51 | 153 | 0.67 | 0.29 |
| Hex | 19 | 7D | 50 | 50 | 0 | 24 | 33 | 99 | 43 | 1D |
| Octal | 31 | 175 | 120 | 120 | 0 | 44 | 63 | 231 | 103 | 35 |
| Binary | 11001 | 1111101 | 1010000 | 1010000 | 0 | 100100 | 110011 | 10011001 | 1000011 | 11101 |
Color Harmonies of #197D50
Complementary color
Monochromatic Colors of #197D50
Black with #197D50
Text Example
Text Example
White with #197D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D50; }
p { color: rgb(25,125,80); }
H1.HeaderClassName
{
color: #197D50;
}
.AnyTagClassName
{
color: #197D50;
}
</style>
background-color css
<style>
a { background-color: #197D50; }
a { background-color: rgb(25,125,80); }
div.DivClassName
{
background-color: #197D50;
}
.BgClassName
{
background-color: #197D50;
}
</style>
border-color css
<style>
span { border-color: #197D50; }
span { border-color: rgb(25,125,80); }
td.TdClassName
{
border-color: #197D50;
}
.TagClassName
{
border-color: #197D50;
}
</style>