Shades of Salem #198E4B
Tints of Salem #198E4B
RGB
CMYK
RGB Variations
Color information
#198E4B (or 0x198E4B) is known color: Salem. HEX triplet: 19, 8E and 4B. RGB value is (25,142,75). Sum of RGB (Red+Green+Blue) = 25+142+75=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 142 (55.86% from 255 or 58.68% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 142 - color contains mainly: green. Hex color #198E4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198E4B is #E671B4. Grayscale: #636363. Windows color (decimal): -15102389 or 4951577. OLE color: 4951577.
HSL color Cylindrical-coordinate representation of color #198E4B: hue angle of 145.64º 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 #198E4B is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 142 | 75 | - |
| CMYK | 0.82 | 0 | 0.47 | 0.44 |
| HSL | 145.64º | 0.7% | 0.33% | - |
| HSV(B) | 145.64º | 0.82% | 0.56% | - |
| XYZ | 11.34 | 20.06 | 9.93 | - |
| YUV | 99.38 | 114.24 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 142 | 75 | 0.82 | 0 | 0.47 | 0.44 | 145.64 | 0.7 | 0.33 |
| Hex | 19 | 8E | 4B | 52 | 0 | 2F | 2C | 92 | 46 | 21 |
| Octal | 31 | 216 | 113 | 122 | 0 | 57 | 54 | 222 | 106 | 41 |
| Binary | 11001 | 10001110 | 1001011 | 1010010 | 0 | 101111 | 101100 | 10010010 | 1000110 | 100001 |
Color Harmonies of #198E4B
Complementary color
Monochromatic Colors of #198E4B
Black with #198E4B
Text Example
Text Example
White with #198E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198E4B; }
p { color: rgb(25,142,75); }
H1.HeaderClassName
{
color: #198E4B;
}
.AnyTagClassName
{
color: #198E4B;
}
</style>
background-color css
<style>
a { background-color: #198E4B; }
a { background-color: rgb(25,142,75); }
div.DivClassName
{
background-color: #198E4B;
}
.BgClassName
{
background-color: #198E4B;
}
</style>
border-color css
<style>
span { border-color: #198E4B; }
span { border-color: rgb(25,142,75); }
td.TdClassName
{
border-color: #198E4B;
}
.TagClassName
{
border-color: #198E4B;
}
</style>