Shades of Salem #199243
Tints of Salem #199243
RGB
CMYK
RGB Variations
Color information
#199243 (or 0x199243) is known color: Salem. HEX triplet: 19, 92 and 43. RGB value is (25,146,67). Sum of RGB (Red+Green+Blue) = 25+146+67=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 146 (57.42% from 255 or 61.34% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 146 - color contains mainly: green. Hex color #199243 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199243 is #E66DBC. Grayscale: #656565. Windows color (decimal): -15101373 or 4428313. OLE color: 4428313.
HSL color Cylindrical-coordinate representation of color #199243: hue angle of 140.83º 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 #199243 is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 146 | 67 | - |
| CMYK | 0.83 | 0 | 0.54 | 0.43 |
| HSL | 140.83º | 0.71% | 0.34% | - |
| HSV(B) | 140.83º | 0.83% | 0.57% | - |
| XYZ | 11.69 | 21.17 | 8.78 | - |
| YUV | 100.82 | 108.91 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 67 | 0.83 | 0 | 0.54 | 0.43 | 140.83 | 0.71 | 0.34 |
| Hex | 19 | 92 | 43 | 53 | 0 | 36 | 2B | 8D | 47 | 22 |
| Octal | 31 | 222 | 103 | 123 | 0 | 66 | 53 | 215 | 107 | 42 |
| Binary | 11001 | 10010010 | 1000011 | 1010011 | 0 | 110110 | 101011 | 10001101 | 1000111 | 100010 |
Color Harmonies of #199243
Complementary color
Monochromatic Colors of #199243
Black with #199243
Text Example
Text Example
White with #199243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199243; }
p { color: rgb(25,146,67); }
H1.HeaderClassName
{
color: #199243;
}
.AnyTagClassName
{
color: #199243;
}
</style>
background-color css
<style>
a { background-color: #199243; }
a { background-color: rgb(25,146,67); }
div.DivClassName
{
background-color: #199243;
}
.BgClassName
{
background-color: #199243;
}
</style>
border-color css
<style>
span { border-color: #199243; }
span { border-color: rgb(25,146,67); }
td.TdClassName
{
border-color: #199243;
}
.TagClassName
{
border-color: #199243;
}
</style>