Shades of Salem #198D4B
Tints of Salem #198D4B
RGB
CMYK
RGB Variations
Color information
#198D4B (or 0x198D4B) is known color: Salem. HEX triplet: 19, 8D and 4B. RGB value is (25,141,75). Sum of RGB (Red+Green+Blue) = 25+141+75=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 141 (55.47% from 255 or 58.51% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 141 - color contains mainly: green. Hex color #198D4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198D4B is #E672B4. Grayscale: #626262. Windows color (decimal): -15102645 or 4951321. OLE color: 4951321.
HSL color Cylindrical-coordinate representation of color #198D4B: hue angle of 145.86º 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 #198D4B is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 141 | 75 | - |
| CMYK | 0.82 | 0 | 0.47 | 0.45 |
| HSL | 145.86º | 0.7% | 0.33% | - |
| HSV(B) | 145.86º | 0.82% | 0.55% | - |
| XYZ | 11.2 | 19.76 | 9.88 | - |
| YUV | 98.79 | 114.57 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 75 | 0.82 | 0 | 0.47 | 0.45 | 145.86 | 0.7 | 0.33 |
| Hex | 19 | 8D | 4B | 52 | 0 | 2F | 2D | 92 | 46 | 21 |
| Octal | 31 | 215 | 113 | 122 | 0 | 57 | 55 | 222 | 106 | 41 |
| Binary | 11001 | 10001101 | 1001011 | 1010010 | 0 | 101111 | 101101 | 10010010 | 1000110 | 100001 |
Color Harmonies of #198D4B
Complementary color
Monochromatic Colors of #198D4B
Black with #198D4B
Text Example
Text Example
White with #198D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198D4B; }
p { color: rgb(25,141,75); }
H1.HeaderClassName
{
color: #198D4B;
}
.AnyTagClassName
{
color: #198D4B;
}
</style>
background-color css
<style>
a { background-color: #198D4B; }
a { background-color: rgb(25,141,75); }
div.DivClassName
{
background-color: #198D4B;
}
.BgClassName
{
background-color: #198D4B;
}
</style>
border-color css
<style>
span { border-color: #198D4B; }
span { border-color: rgb(25,141,75); }
td.TdClassName
{
border-color: #198D4B;
}
.TagClassName
{
border-color: #198D4B;
}
</style>