Shades of Salem #198440
Tints of Salem #198440
RGB
CMYK
RGB Variations
Color information
#198440 (or 0x198440) is known color: Salem. HEX triplet: 19, 84 and 40. RGB value is (25,132,64). Sum of RGB (Red+Green+Blue) = 25+132+64=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 132 (51.95% from 255 or 59.73% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 132 - color contains mainly: green. Hex color #198440 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198440 is #E67BBF. Grayscale: #5C5C5C. Windows color (decimal): -15104960 or 4228121. OLE color: 4228121.
HSL color Cylindrical-coordinate representation of color #198440: hue angle of 141.87º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198440 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 132 | 64 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.48 |
| HSL | 141.87º | 0.68% | 0.31% | - |
| HSV(B) | 141.87º | 0.81% | 0.52% | - |
| XYZ | 9.58 | 17.08 | 7.64 | - |
| YUV | 92.26 | 112.05 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 132 | 64 | 0.81 | 0 | 0.52 | 0.48 | 141.87 | 0.68 | 0.31 |
| Hex | 19 | 84 | 40 | 51 | 0 | 34 | 30 | 8E | 44 | 1F |
| Octal | 31 | 204 | 100 | 121 | 0 | 64 | 60 | 216 | 104 | 37 |
| Binary | 11001 | 10000100 | 1000000 | 1010001 | 0 | 110100 | 110000 | 10001110 | 1000100 | 11111 |
Color Harmonies of #198440
Complementary color
Monochromatic Colors of #198440
Black with #198440
Text Example
Text Example
White with #198440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198440; }
p { color: rgb(25,132,64); }
H1.HeaderClassName
{
color: #198440;
}
.AnyTagClassName
{
color: #198440;
}
</style>
background-color css
<style>
a { background-color: #198440; }
a { background-color: rgb(25,132,64); }
div.DivClassName
{
background-color: #198440;
}
.BgClassName
{
background-color: #198440;
}
</style>
border-color css
<style>
span { border-color: #198440; }
span { border-color: rgb(25,132,64); }
td.TdClassName
{
border-color: #198440;
}
.TagClassName
{
border-color: #198440;
}
</style>