Shades of Salem #199245
Tints of Salem #199245
RGB
CMYK
RGB Variations
Color information
#199245 (or 0x199245) is known color: Salem. HEX triplet: 19, 92 and 45. RGB value is (25,146,69). Sum of RGB (Red+Green+Blue) = 25+146+69=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 146 (57.42% from 255 or 60.83% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 146 - color contains mainly: green. Hex color #199245 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199245 is #E66DBA. Grayscale: #656565. Windows color (decimal): -15101371 or 4559385. OLE color: 4559385.
HSL color Cylindrical-coordinate representation of color #199245: hue angle of 141.82º 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 #199245 is Cyan = 0.83, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 146 | 69 | - |
| CMYK | 0.83 | 0 | 0.53 | 0.43 |
| HSL | 141.82º | 0.71% | 0.34% | - |
| HSV(B) | 141.82º | 0.83% | 0.57% | - |
| XYZ | 11.75 | 21.19 | 9.1 | - |
| YUV | 101.04 | 109.91 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 69 | 0.83 | 0 | 0.53 | 0.43 | 141.82 | 0.71 | 0.34 |
| Hex | 19 | 92 | 45 | 53 | 0 | 35 | 2B | 8E | 47 | 22 |
| Octal | 31 | 222 | 105 | 123 | 0 | 65 | 53 | 216 | 107 | 42 |
| Binary | 11001 | 10010010 | 1000101 | 1010011 | 0 | 110101 | 101011 | 10001110 | 1000111 | 100010 |
Color Harmonies of #199245
Complementary color
Monochromatic Colors of #199245
Black with #199245
Text Example
Text Example
White with #199245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199245; }
p { color: rgb(25,146,69); }
H1.HeaderClassName
{
color: #199245;
}
.AnyTagClassName
{
color: #199245;
}
</style>
background-color css
<style>
a { background-color: #199245; }
a { background-color: rgb(25,146,69); }
div.DivClassName
{
background-color: #199245;
}
.BgClassName
{
background-color: #199245;
}
</style>
border-color css
<style>
span { border-color: #199245; }
span { border-color: rgb(25,146,69); }
td.TdClassName
{
border-color: #199245;
}
.TagClassName
{
border-color: #199245;
}
</style>