Shades of Salem #198656
Tints of Salem #198656
RGB
CMYK
RGB Variations
Color information
#198656 (or 0x198656) is known color: Salem. HEX triplet: 19, 86 and 56. RGB value is (25,134,86). Sum of RGB (Red+Green+Blue) = 25+134+86=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #198656 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198656 is #E679A9. Grayscale: #606060. Windows color (decimal): -15104426 or 5670425. OLE color: 5670425.
HSL color Cylindrical-coordinate representation of color #198656: hue angle of 153.58º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198656 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 134 | 86 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.47 |
| HSL | 153.58º | 0.69% | 0.31% | - |
| HSV(B) | 153.58º | 0.81% | 0.53% | - |
| XYZ | 10.61 | 17.93 | 11.71 | - |
| YUV | 95.94 | 122.39 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 86 | 0.81 | 0 | 0.36 | 0.47 | 153.58 | 0.69 | 0.31 |
| Hex | 19 | 86 | 56 | 51 | 0 | 24 | 2F | 9A | 45 | 1F |
| Octal | 31 | 206 | 126 | 121 | 0 | 44 | 57 | 232 | 105 | 37 |
| Binary | 11001 | 10000110 | 1010110 | 1010001 | 0 | 100100 | 101111 | 10011010 | 1000101 | 11111 |
Color Harmonies of #198656
Complementary color
Monochromatic Colors of #198656
Black with #198656
Text Example
Text Example
White with #198656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198656; }
p { color: rgb(25,134,86); }
H1.HeaderClassName
{
color: #198656;
}
.AnyTagClassName
{
color: #198656;
}
</style>
background-color css
<style>
a { background-color: #198656; }
a { background-color: rgb(25,134,86); }
div.DivClassName
{
background-color: #198656;
}
.BgClassName
{
background-color: #198656;
}
</style>
border-color css
<style>
span { border-color: #198656; }
span { border-color: rgb(25,134,86); }
td.TdClassName
{
border-color: #198656;
}
.TagClassName
{
border-color: #198656;
}
</style>