Shades of Salem #198C3F
Tints of Salem #198C3F
RGB
CMYK
RGB Variations
Color information
#198C3F (or 0x198C3F) is known color: Salem. HEX triplet: 19, 8C and 3F. RGB value is (25,140,63). Sum of RGB (Red+Green+Blue) = 25+140+63=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 140 (55.08% from 255 or 61.40% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 140 - color contains mainly: green. Hex color #198C3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198C3F is #E673C0. Grayscale: #616161. Windows color (decimal): -15102913 or 4164633. OLE color: 4164633.
HSL color Cylindrical-coordinate representation of color #198C3F: hue angle of 139.83º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198C3F is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 140 | 63 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.45 |
| HSL | 139.83º | 0.7% | 0.32% | - |
| HSV(B) | 139.83º | 0.82% | 0.55% | - |
| XYZ | 10.68 | 19.32 | 7.87 | - |
| YUV | 96.84 | 108.9 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 63 | 0.82 | 0 | 0.55 | 0.45 | 139.83 | 0.7 | 0.32 |
| Hex | 19 | 8C | 3F | 52 | 0 | 37 | 2D | 8C | 46 | 20 |
| Octal | 31 | 214 | 77 | 122 | 0 | 67 | 55 | 214 | 106 | 40 |
| Binary | 11001 | 10001100 | 111111 | 1010010 | 0 | 110111 | 101101 | 10001100 | 1000110 | 100000 |
Color Harmonies of #198C3F
Complementary color
Monochromatic Colors of #198C3F
Black with #198C3F
Text Example
Text Example
White with #198C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198C3F; }
p { color: rgb(25,140,63); }
H1.HeaderClassName
{
color: #198C3F;
}
.AnyTagClassName
{
color: #198C3F;
}
</style>
background-color css
<style>
a { background-color: #198C3F; }
a { background-color: rgb(25,140,63); }
div.DivClassName
{
background-color: #198C3F;
}
.BgClassName
{
background-color: #198C3F;
}
</style>
border-color css
<style>
span { border-color: #198C3F; }
span { border-color: rgb(25,140,63); }
td.TdClassName
{
border-color: #198C3F;
}
.TagClassName
{
border-color: #198C3F;
}
</style>