Shades of Salem #198745
Tints of Salem #198745
RGB
CMYK
RGB Variations
Color information
#198745 (or 0x198745) is known color: Salem. HEX triplet: 19, 87 and 45. RGB value is (25,135,69). Sum of RGB (Red+Green+Blue) = 25+135+69=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 135 (53.12% from 255 or 58.95% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 135 - color contains mainly: green. Hex color #198745 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198745 is #E678BA. Grayscale: #5E5E5E. Windows color (decimal): -15104187 or 4556569. OLE color: 4556569.
HSL color Cylindrical-coordinate representation of color #198745: hue angle of 144º 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 #198745 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 135 | 69 | - |
| CMYK | 0.81 | 0 | 0.49 | 0.47 |
| HSL | 144º | 0.69% | 0.31% | - |
| HSV(B) | 144º | 0.81% | 0.53% | - |
| XYZ | 10.14 | 17.96 | 8.56 | - |
| YUV | 94.59 | 113.56 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 69 | 0.81 | 0 | 0.49 | 0.47 | 144 | 0.69 | 0.31 |
| Hex | 19 | 87 | 45 | 51 | 0 | 31 | 2F | 90 | 45 | 1F |
| Octal | 31 | 207 | 105 | 121 | 0 | 61 | 57 | 220 | 105 | 37 |
| Binary | 11001 | 10000111 | 1000101 | 1010001 | 0 | 110001 | 101111 | 10010000 | 1000101 | 11111 |
Color Harmonies of #198745
Complementary color
Monochromatic Colors of #198745
Black with #198745
Text Example
Text Example
White with #198745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198745; }
p { color: rgb(25,135,69); }
H1.HeaderClassName
{
color: #198745;
}
.AnyTagClassName
{
color: #198745;
}
</style>
background-color css
<style>
a { background-color: #198745; }
a { background-color: rgb(25,135,69); }
div.DivClassName
{
background-color: #198745;
}
.BgClassName
{
background-color: #198745;
}
</style>
border-color css
<style>
span { border-color: #198745; }
span { border-color: rgb(25,135,69); }
td.TdClassName
{
border-color: #198745;
}
.TagClassName
{
border-color: #198745;
}
</style>