Shades of Salem #198247
Tints of Salem #198247
RGB
CMYK
RGB Variations
Color information
#198247 (or 0x198247) is known color: Salem. HEX triplet: 19, 82 and 47. RGB value is (25,130,71). Sum of RGB (Red+Green+Blue) = 25+130+71=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #198247 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198247 is #E67DB8. Grayscale: #5C5C5C. Windows color (decimal): -15105465 or 4686361. OLE color: 4686361.
HSL color Cylindrical-coordinate representation of color #198247: hue angle of 146.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198247 is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 130 | 71 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.49 |
| HSL | 146.29º | 0.68% | 0.3% | - |
| HSV(B) | 146.29º | 0.81% | 0.51% | - |
| XYZ | 9.52 | 16.63 | 8.67 | - |
| YUV | 91.88 | 116.21 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 71 | 0.81 | 0 | 0.45 | 0.49 | 146.29 | 0.68 | 0.3 |
| Hex | 19 | 82 | 47 | 51 | 0 | 2D | 31 | 92 | 44 | 1E |
| Octal | 31 | 202 | 107 | 121 | 0 | 55 | 61 | 222 | 104 | 36 |
| Binary | 11001 | 10000010 | 1000111 | 1010001 | 0 | 101101 | 110001 | 10010010 | 1000100 | 11110 |
Color Harmonies of #198247
Complementary color
Monochromatic Colors of #198247
Black with #198247
Text Example
Text Example
White with #198247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198247; }
p { color: rgb(25,130,71); }
H1.HeaderClassName
{
color: #198247;
}
.AnyTagClassName
{
color: #198247;
}
</style>
background-color css
<style>
a { background-color: #198247; }
a { background-color: rgb(25,130,71); }
div.DivClassName
{
background-color: #198247;
}
.BgClassName
{
background-color: #198247;
}
</style>
border-color css
<style>
span { border-color: #198247; }
span { border-color: rgb(25,130,71); }
td.TdClassName
{
border-color: #198247;
}
.TagClassName
{
border-color: #198247;
}
</style>