Shades of Salem #198655
Tints of Salem #198655
RGB
CMYK
RGB Variations
Color information
#198655 (or 0x198655) is known color: Salem. HEX triplet: 19, 86 and 55. RGB value is (25,134,85). Sum of RGB (Red+Green+Blue) = 25+134+85=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #198655 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198655 is #E679AA. Grayscale: #5F5F5F. Windows color (decimal): -15104427 or 5604889. OLE color: 5604889.
HSL color Cylindrical-coordinate representation of color #198655: hue angle of 153.03º 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 #198655 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 134 | 85 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.47 |
| HSL | 153.03º | 0.69% | 0.31% | - |
| HSV(B) | 153.03º | 0.81% | 0.53% | - |
| XYZ | 10.57 | 17.91 | 11.49 | - |
| YUV | 95.82 | 121.89 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 85 | 0.81 | 0 | 0.37 | 0.47 | 153.03 | 0.69 | 0.31 |
| Hex | 19 | 86 | 55 | 51 | 0 | 25 | 2F | 99 | 45 | 1F |
| Octal | 31 | 206 | 125 | 121 | 0 | 45 | 57 | 231 | 105 | 37 |
| Binary | 11001 | 10000110 | 1010101 | 1010001 | 0 | 100101 | 101111 | 10011001 | 1000101 | 11111 |
Color Harmonies of #198655
Complementary color
Monochromatic Colors of #198655
Black with #198655
Text Example
Text Example
White with #198655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198655; }
p { color: rgb(25,134,85); }
H1.HeaderClassName
{
color: #198655;
}
.AnyTagClassName
{
color: #198655;
}
</style>
background-color css
<style>
a { background-color: #198655; }
a { background-color: rgb(25,134,85); }
div.DivClassName
{
background-color: #198655;
}
.BgClassName
{
background-color: #198655;
}
</style>
border-color css
<style>
span { border-color: #198655; }
span { border-color: rgb(25,134,85); }
td.TdClassName
{
border-color: #198655;
}
.TagClassName
{
border-color: #198655;
}
</style>