Shades of Salem #198E3E
Tints of Salem #198E3E
RGB
CMYK
RGB Variations
Color information
#198E3E (or 0x198E3E) is known color: Salem. HEX triplet: 19, 8E and 3E. RGB value is (25,142,62). Sum of RGB (Red+Green+Blue) = 25+142+62=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 142 (55.86% from 255 or 62.01% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 142 - color contains mainly: green. Hex color #198E3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198E3E is #E671C1. Grayscale: #626262. Windows color (decimal): -15102402 or 4099609. OLE color: 4099609.
HSL color Cylindrical-coordinate representation of color #198E3E: hue angle of 138.97º 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 #198E3E is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 142 | 62 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.44 |
| HSL | 138.97º | 0.7% | 0.33% | - |
| HSV(B) | 138.97º | 0.82% | 0.56% | - |
| XYZ | 10.94 | 19.9 | 7.82 | - |
| YUV | 97.9 | 107.74 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 142 | 62 | 0.82 | 0 | 0.56 | 0.44 | 138.97 | 0.7 | 0.33 |
| Hex | 19 | 8E | 3E | 52 | 0 | 38 | 2C | 8B | 46 | 21 |
| Octal | 31 | 216 | 76 | 122 | 0 | 70 | 54 | 213 | 106 | 41 |
| Binary | 11001 | 10001110 | 111110 | 1010010 | 0 | 111000 | 101100 | 10001011 | 1000110 | 100001 |
Color Harmonies of #198E3E
Complementary color
Monochromatic Colors of #198E3E
Black with #198E3E
Text Example
Text Example
White with #198E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198E3E; }
p { color: rgb(25,142,62); }
H1.HeaderClassName
{
color: #198E3E;
}
.AnyTagClassName
{
color: #198E3E;
}
</style>
background-color css
<style>
a { background-color: #198E3E; }
a { background-color: rgb(25,142,62); }
div.DivClassName
{
background-color: #198E3E;
}
.BgClassName
{
background-color: #198E3E;
}
</style>
border-color css
<style>
span { border-color: #198E3E; }
span { border-color: rgb(25,142,62); }
td.TdClassName
{
border-color: #198E3E;
}
.TagClassName
{
border-color: #198E3E;
}
</style>