Shades of Salem #199247
Tints of Salem #199247
RGB
CMYK
RGB Variations
Color information
#199247 (or 0x199247) is known color: Salem. HEX triplet: 19, 92 and 47. RGB value is (25,146,71). Sum of RGB (Red+Green+Blue) = 25+146+71=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 146 (57.42% from 255 or 60.33% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 146 - color contains mainly: green. Hex color #199247 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199247 is #E66DB8. Grayscale: #656565. Windows color (decimal): -15101369 or 4690457. OLE color: 4690457.
HSL color Cylindrical-coordinate representation of color #199247: hue angle of 142.81º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199247 is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 146 | 71 | - |
| CMYK | 0.83 | 0 | 0.51 | 0.43 |
| HSL | 142.81º | 0.71% | 0.34% | - |
| HSV(B) | 142.81º | 0.83% | 0.57% | - |
| XYZ | 11.82 | 21.22 | 9.43 | - |
| YUV | 101.27 | 110.91 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 71 | 0.83 | 0 | 0.51 | 0.43 | 142.81 | 0.71 | 0.34 |
| Hex | 19 | 92 | 47 | 53 | 0 | 33 | 2B | 8F | 47 | 22 |
| Octal | 31 | 222 | 107 | 123 | 0 | 63 | 53 | 217 | 107 | 42 |
| Binary | 11001 | 10010010 | 1000111 | 1010011 | 0 | 110011 | 101011 | 10001111 | 1000111 | 100010 |
Color Harmonies of #199247
Complementary color
Monochromatic Colors of #199247
Black with #199247
Text Example
Text Example
White with #199247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199247; }
p { color: rgb(25,146,71); }
H1.HeaderClassName
{
color: #199247;
}
.AnyTagClassName
{
color: #199247;
}
</style>
background-color css
<style>
a { background-color: #199247; }
a { background-color: rgb(25,146,71); }
div.DivClassName
{
background-color: #199247;
}
.BgClassName
{
background-color: #199247;
}
</style>
border-color css
<style>
span { border-color: #199247; }
span { border-color: rgb(25,146,71); }
td.TdClassName
{
border-color: #199247;
}
.TagClassName
{
border-color: #199247;
}
</style>