Shades of Salem #198F4F
Tints of Salem #198F4F
RGB
CMYK
RGB Variations
Color information
#198F4F (or 0x198F4F) is known color: Salem. HEX triplet: 19, 8F and 4F. RGB value is (25,143,79). Sum of RGB (Red+Green+Blue) = 25+143+79=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 143 (56.25% from 255 or 57.89% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 143 - color contains mainly: green. Hex color #198F4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198F4F is #E670B0. Grayscale: #646464. Windows color (decimal): -15102129 or 5213977. OLE color: 5213977.
HSL color Cylindrical-coordinate representation of color #198F4F: hue angle of 147.46º 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 #198F4F is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 143 | 79 | - |
| CMYK | 0.83 | 0 | 0.45 | 0.44 |
| HSL | 147.46º | 0.7% | 0.33% | - |
| HSV(B) | 147.46º | 0.83% | 0.56% | - |
| XYZ | 11.63 | 20.42 | 10.72 | - |
| YUV | 100.42 | 115.91 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 143 | 79 | 0.83 | 0 | 0.45 | 0.44 | 147.46 | 0.7 | 0.33 |
| Hex | 19 | 8F | 4F | 53 | 0 | 2D | 2C | 93 | 46 | 21 |
| Octal | 31 | 217 | 117 | 123 | 0 | 55 | 54 | 223 | 106 | 41 |
| Binary | 11001 | 10001111 | 1001111 | 1010011 | 0 | 101101 | 101100 | 10010011 | 1000110 | 100001 |
Color Harmonies of #198F4F
Complementary color
Monochromatic Colors of #198F4F
Black with #198F4F
Text Example
Text Example
White with #198F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198F4F; }
p { color: rgb(25,143,79); }
H1.HeaderClassName
{
color: #198F4F;
}
.AnyTagClassName
{
color: #198F4F;
}
</style>
background-color css
<style>
a { background-color: #198F4F; }
a { background-color: rgb(25,143,79); }
div.DivClassName
{
background-color: #198F4F;
}
.BgClassName
{
background-color: #198F4F;
}
</style>
border-color css
<style>
span { border-color: #198F4F; }
span { border-color: rgb(25,143,79); }
td.TdClassName
{
border-color: #198F4F;
}
.TagClassName
{
border-color: #198F4F;
}
</style>