Shades of Salem #198C5A
Tints of Salem #198C5A
RGB
CMYK
RGB Variations
Color information
#198C5A (or 0x198C5A) is known color: Salem. HEX triplet: 19, 8C and 5A. RGB value is (25,140,90). Sum of RGB (Red+Green+Blue) = 25+140+90=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 140 (55.08% from 255 or 54.90% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 140 - color contains mainly: green. Hex color #198C5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198C5A is #E673A5. Grayscale: #646464. Windows color (decimal): -15102886 or 5934105. OLE color: 5934105.
HSL color Cylindrical-coordinate representation of color #198C5A: hue angle of 153.91º 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 #198C5A is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 140 | 90 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.45 |
| HSL | 153.91º | 0.7% | 0.32% | - |
| HSV(B) | 153.91º | 0.82% | 0.55% | - |
| XYZ | 11.62 | 19.7 | 12.86 | - |
| YUV | 99.92 | 122.4 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 90 | 0.82 | 0 | 0.36 | 0.45 | 153.91 | 0.7 | 0.32 |
| Hex | 19 | 8C | 5A | 52 | 0 | 24 | 2D | 9A | 46 | 20 |
| Octal | 31 | 214 | 132 | 122 | 0 | 44 | 55 | 232 | 106 | 40 |
| Binary | 11001 | 10001100 | 1011010 | 1010010 | 0 | 100100 | 101101 | 10011010 | 1000110 | 100000 |
Color Harmonies of #198C5A
Complementary color
Monochromatic Colors of #198C5A
Black with #198C5A
Text Example
Text Example
White with #198C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198C5A; }
p { color: rgb(25,140,90); }
H1.HeaderClassName
{
color: #198C5A;
}
.AnyTagClassName
{
color: #198C5A;
}
</style>
background-color css
<style>
a { background-color: #198C5A; }
a { background-color: rgb(25,140,90); }
div.DivClassName
{
background-color: #198C5A;
}
.BgClassName
{
background-color: #198C5A;
}
</style>
border-color css
<style>
span { border-color: #198C5A; }
span { border-color: rgb(25,140,90); }
td.TdClassName
{
border-color: #198C5A;
}
.TagClassName
{
border-color: #198C5A;
}
</style>