Shades of Salem #199240
Tints of Salem #199240
RGB
CMYK
RGB Variations
Color information
#199240 (or 0x199240) is known color: Salem. HEX triplet: 19, 92 and 40. RGB value is (25,146,64). Sum of RGB (Red+Green+Blue) = 25+146+64=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 146 (57.42% from 255 or 62.13% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 146 - color contains mainly: green. Hex color #199240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199240 is #E66DBF. Grayscale: #646464. Windows color (decimal): -15101376 or 4231705. OLE color: 4231705.
HSL color Cylindrical-coordinate representation of color #199240: hue angle of 139.34º 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 #199240 is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 146 | 64 | - |
| CMYK | 0.83 | 0 | 0.56 | 0.43 |
| HSL | 139.34º | 0.71% | 0.34% | - |
| HSV(B) | 139.34º | 0.83% | 0.57% | - |
| XYZ | 11.61 | 21.13 | 8.32 | - |
| YUV | 100.47 | 107.41 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 64 | 0.83 | 0 | 0.56 | 0.43 | 139.34 | 0.71 | 0.34 |
| Hex | 19 | 92 | 40 | 53 | 0 | 38 | 2B | 8B | 47 | 22 |
| Octal | 31 | 222 | 100 | 123 | 0 | 70 | 53 | 213 | 107 | 42 |
| Binary | 11001 | 10010010 | 1000000 | 1010011 | 0 | 111000 | 101011 | 10001011 | 1000111 | 100010 |
Color Harmonies of #199240
Complementary color
Monochromatic Colors of #199240
Black with #199240
Text Example
Text Example
White with #199240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199240; }
p { color: rgb(25,146,64); }
H1.HeaderClassName
{
color: #199240;
}
.AnyTagClassName
{
color: #199240;
}
</style>
background-color css
<style>
a { background-color: #199240; }
a { background-color: rgb(25,146,64); }
div.DivClassName
{
background-color: #199240;
}
.BgClassName
{
background-color: #199240;
}
</style>
border-color css
<style>
span { border-color: #199240; }
span { border-color: rgb(25,146,64); }
td.TdClassName
{
border-color: #199240;
}
.TagClassName
{
border-color: #199240;
}
</style>