Shades of Salem #198653
Tints of Salem #198653
RGB
CMYK
RGB Variations
Color information
#198653 (or 0x198653) is known color: Salem. HEX triplet: 19, 86 and 53. RGB value is (25,134,83). Sum of RGB (Red+Green+Blue) = 25+134+83=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #198653 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198653 is #E679AC. Grayscale: #5F5F5F. Windows color (decimal): -15104429 or 5473817. OLE color: 5473817.
HSL color Cylindrical-coordinate representation of color #198653: hue angle of 151.93º 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 #198653 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 134 | 83 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.47 |
| HSL | 151.93º | 0.69% | 0.31% | - |
| HSV(B) | 151.93º | 0.81% | 0.53% | - |
| XYZ | 10.49 | 17.88 | 11.08 | - |
| YUV | 95.6 | 120.89 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 83 | 0.81 | 0 | 0.38 | 0.47 | 151.93 | 0.69 | 0.31 |
| Hex | 19 | 86 | 53 | 51 | 0 | 26 | 2F | 98 | 45 | 1F |
| Octal | 31 | 206 | 123 | 121 | 0 | 46 | 57 | 230 | 105 | 37 |
| Binary | 11001 | 10000110 | 1010011 | 1010001 | 0 | 100110 | 101111 | 10011000 | 1000101 | 11111 |
Color Harmonies of #198653
Complementary color
Monochromatic Colors of #198653
Black with #198653
Text Example
Text Example
White with #198653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198653; }
p { color: rgb(25,134,83); }
H1.HeaderClassName
{
color: #198653;
}
.AnyTagClassName
{
color: #198653;
}
</style>
background-color css
<style>
a { background-color: #198653; }
a { background-color: rgb(25,134,83); }
div.DivClassName
{
background-color: #198653;
}
.BgClassName
{
background-color: #198653;
}
</style>
border-color css
<style>
span { border-color: #198653; }
span { border-color: rgb(25,134,83); }
td.TdClassName
{
border-color: #198653;
}
.TagClassName
{
border-color: #198653;
}
</style>