Shades of Salem #198D4D
Tints of Salem #198D4D
RGB
CMYK
RGB Variations
Color information
#198D4D (or 0x198D4D) is known color: Salem. HEX triplet: 19, 8D and 4D. RGB value is (25,141,77). Sum of RGB (Red+Green+Blue) = 25+141+77=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 141 (55.47% from 255 or 58.02% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 141 - color contains mainly: green. Hex color #198D4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198D4D is #E672B2. Grayscale: #636363. Windows color (decimal): -15102643 or 5082393. OLE color: 5082393.
HSL color Cylindrical-coordinate representation of color #198D4D: hue angle of 146.9º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198D4D is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 141 | 77 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.45 |
| HSL | 146.9º | 0.7% | 0.33% | - |
| HSV(B) | 146.9º | 0.82% | 0.55% | - |
| XYZ | 11.27 | 19.79 | 10.25 | - |
| YUV | 99.02 | 115.57 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 77 | 0.82 | 0 | 0.45 | 0.45 | 146.9 | 0.7 | 0.33 |
| Hex | 19 | 8D | 4D | 52 | 0 | 2D | 2D | 93 | 46 | 21 |
| Octal | 31 | 215 | 115 | 122 | 0 | 55 | 55 | 223 | 106 | 41 |
| Binary | 11001 | 10001101 | 1001101 | 1010010 | 0 | 101101 | 101101 | 10010011 | 1000110 | 100001 |
Color Harmonies of #198D4D
Complementary color
Monochromatic Colors of #198D4D
Black with #198D4D
Text Example
Text Example
White with #198D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198D4D; }
p { color: rgb(25,141,77); }
H1.HeaderClassName
{
color: #198D4D;
}
.AnyTagClassName
{
color: #198D4D;
}
</style>
background-color css
<style>
a { background-color: #198D4D; }
a { background-color: rgb(25,141,77); }
div.DivClassName
{
background-color: #198D4D;
}
.BgClassName
{
background-color: #198D4D;
}
</style>
border-color css
<style>
span { border-color: #198D4D; }
span { border-color: rgb(25,141,77); }
td.TdClassName
{
border-color: #198D4D;
}
.TagClassName
{
border-color: #198D4D;
}
</style>