Shades of Salem #198544
Tints of Salem #198544
RGB
CMYK
RGB Variations
Color information
#198544 (or 0x198544) is known color: Salem. HEX triplet: 19, 85 and 44. RGB value is (25,133,68). Sum of RGB (Red+Green+Blue) = 25+133+68=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #198544 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198544 is #E67ABB. Grayscale: #5D5D5D. Windows color (decimal): -15104700 or 4490521. OLE color: 4490521.
HSL color Cylindrical-coordinate representation of color #198544: hue angle of 143.89º 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 #198544 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 133 | 68 | - |
| CMYK | 0.81 | 0 | 0.49 | 0.48 |
| HSL | 143.89º | 0.68% | 0.31% | - |
| HSV(B) | 143.89º | 0.81% | 0.52% | - |
| XYZ | 9.83 | 17.4 | 8.31 | - |
| YUV | 93.3 | 113.72 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 68 | 0.81 | 0 | 0.49 | 0.48 | 143.89 | 0.68 | 0.31 |
| Hex | 19 | 85 | 44 | 51 | 0 | 31 | 30 | 90 | 44 | 1F |
| Octal | 31 | 205 | 104 | 121 | 0 | 61 | 60 | 220 | 104 | 37 |
| Binary | 11001 | 10000101 | 1000100 | 1010001 | 0 | 110001 | 110000 | 10010000 | 1000100 | 11111 |
Color Harmonies of #198544
Complementary color
Monochromatic Colors of #198544
Black with #198544
Text Example
Text Example
White with #198544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198544; }
p { color: rgb(25,133,68); }
H1.HeaderClassName
{
color: #198544;
}
.AnyTagClassName
{
color: #198544;
}
</style>
background-color css
<style>
a { background-color: #198544; }
a { background-color: rgb(25,133,68); }
div.DivClassName
{
background-color: #198544;
}
.BgClassName
{
background-color: #198544;
}
</style>
border-color css
<style>
span { border-color: #198544; }
span { border-color: rgb(25,133,68); }
td.TdClassName
{
border-color: #198544;
}
.TagClassName
{
border-color: #198544;
}
</style>