Shades of Salem #198E4D
Tints of Salem #198E4D
RGB
CMYK
RGB Variations
Color information
#198E4D (or 0x198E4D) is known color: Salem. HEX triplet: 19, 8E and 4D. RGB value is (25,142,77). Sum of RGB (Red+Green+Blue) = 25+142+77=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 142 (55.86% from 255 or 58.20% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 142 - color contains mainly: green. Hex color #198E4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198E4D is #E671B2. Grayscale: #636363. Windows color (decimal): -15102387 or 5082649. OLE color: 5082649.
HSL color Cylindrical-coordinate representation of color #198E4D: hue angle of 146.67º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198E4D is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 142 | 77 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.44 |
| HSL | 146.67º | 0.7% | 0.33% | - |
| HSV(B) | 146.67º | 0.82% | 0.56% | - |
| XYZ | 11.41 | 20.09 | 10.3 | - |
| YUV | 99.61 | 115.24 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 142 | 77 | 0.82 | 0 | 0.46 | 0.44 | 146.67 | 0.7 | 0.33 |
| Hex | 19 | 8E | 4D | 52 | 0 | 2E | 2C | 93 | 46 | 21 |
| Octal | 31 | 216 | 115 | 122 | 0 | 56 | 54 | 223 | 106 | 41 |
| Binary | 11001 | 10001110 | 1001101 | 1010010 | 0 | 101110 | 101100 | 10010011 | 1000110 | 100001 |
Color Harmonies of #198E4D
Complementary color
Monochromatic Colors of #198E4D
Black with #198E4D
Text Example
Text Example
White with #198E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198E4D; }
p { color: rgb(25,142,77); }
H1.HeaderClassName
{
color: #198E4D;
}
.AnyTagClassName
{
color: #198E4D;
}
</style>
background-color css
<style>
a { background-color: #198E4D; }
a { background-color: rgb(25,142,77); }
div.DivClassName
{
background-color: #198E4D;
}
.BgClassName
{
background-color: #198E4D;
}
</style>
border-color css
<style>
span { border-color: #198E4D; }
span { border-color: rgb(25,142,77); }
td.TdClassName
{
border-color: #198E4D;
}
.TagClassName
{
border-color: #198E4D;
}
</style>