Shades of Salem #198F3E
Tints of Salem #198F3E
RGB
CMYK
RGB Variations
Color information
#198F3E (or 0x198F3E) is known color: Salem. HEX triplet: 19, 8F and 3E. RGB value is (25,143,62). Sum of RGB (Red+Green+Blue) = 25+143+62=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 143 (56.25% from 255 or 62.17% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 143 - color contains mainly: green. Hex color #198F3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198F3E is #E670C1. Grayscale: #626262. Windows color (decimal): -15102146 or 4099865. OLE color: 4099865.
HSL color Cylindrical-coordinate representation of color #198F3E: hue angle of 138.81º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198F3E is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 143 | 62 | - |
| CMYK | 0.83 | 0 | 0.57 | 0.44 |
| HSL | 138.81º | 0.7% | 0.33% | - |
| HSV(B) | 138.81º | 0.83% | 0.56% | - |
| XYZ | 11.09 | 20.2 | 7.87 | - |
| YUV | 98.48 | 107.41 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 143 | 62 | 0.83 | 0 | 0.57 | 0.44 | 138.81 | 0.7 | 0.33 |
| Hex | 19 | 8F | 3E | 53 | 0 | 39 | 2C | 8B | 46 | 21 |
| Octal | 31 | 217 | 76 | 123 | 0 | 71 | 54 | 213 | 106 | 41 |
| Binary | 11001 | 10001111 | 111110 | 1010011 | 0 | 111001 | 101100 | 10001011 | 1000110 | 100001 |
Color Harmonies of #198F3E
Complementary color
Monochromatic Colors of #198F3E
Black with #198F3E
Text Example
Text Example
White with #198F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198F3E; }
p { color: rgb(25,143,62); }
H1.HeaderClassName
{
color: #198F3E;
}
.AnyTagClassName
{
color: #198F3E;
}
</style>
background-color css
<style>
a { background-color: #198F3E; }
a { background-color: rgb(25,143,62); }
div.DivClassName
{
background-color: #198F3E;
}
.BgClassName
{
background-color: #198F3E;
}
</style>
border-color css
<style>
span { border-color: #198F3E; }
span { border-color: rgb(25,143,62); }
td.TdClassName
{
border-color: #198F3E;
}
.TagClassName
{
border-color: #198F3E;
}
</style>