Shades of Salem #198056
Tints of Salem #198056
RGB
CMYK
RGB Variations
Color information
#198056 (or 0x198056) is known color: Salem. HEX triplet: 19, 80 and 56. RGB value is (25,128,86). Sum of RGB (Red+Green+Blue) = 25+128+86=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 128 (50.39% from 255 or 53.56% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 128 - color contains mainly: green. Hex color #198056 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198056 is #E67FA9. Grayscale: #5C5C5C. Windows color (decimal): -15105962 or 5668889. OLE color: 5668889.
HSL color Cylindrical-coordinate representation of color #198056: hue angle of 155.53º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #198056 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 128 | 86 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.50 |
| HSL | 155.53º | 0.67% | 0.3% | - |
| HSV(B) | 155.53º | 0.8% | 0.5% | - |
| XYZ | 9.8 | 16.32 | 11.44 | - |
| YUV | 92.42 | 124.38 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 86 | 0.80 | 0 | 0.33 | 0.50 | 155.53 | 0.67 | 0.3 |
| Hex | 19 | 80 | 56 | 50 | 0 | 21 | 32 | 9C | 43 | 1E |
| Octal | 31 | 200 | 126 | 120 | 0 | 41 | 62 | 234 | 103 | 36 |
| Binary | 11001 | 10000000 | 1010110 | 1010000 | 0 | 100001 | 110010 | 10011100 | 1000011 | 11110 |
Color Harmonies of #198056
Complementary color
Monochromatic Colors of #198056
Black with #198056
Text Example
Text Example
White with #198056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198056; }
p { color: rgb(25,128,86); }
H1.HeaderClassName
{
color: #198056;
}
.AnyTagClassName
{
color: #198056;
}
</style>
background-color css
<style>
a { background-color: #198056; }
a { background-color: rgb(25,128,86); }
div.DivClassName
{
background-color: #198056;
}
.BgClassName
{
background-color: #198056;
}
</style>
border-color css
<style>
span { border-color: #198056; }
span { border-color: rgb(25,128,86); }
td.TdClassName
{
border-color: #198056;
}
.TagClassName
{
border-color: #198056;
}
</style>