Shades of Salem #198945
Tints of Salem #198945
RGB
CMYK
RGB Variations
Color information
#198945 (or 0x198945) is known color: Salem. HEX triplet: 19, 89 and 45. RGB value is (25,137,69). Sum of RGB (Red+Green+Blue) = 25+137+69=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 137 (53.91% from 255 or 59.31% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 137 - color contains mainly: green. Hex color #198945 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198945 is #E676BA. Grayscale: #5F5F5F. Windows color (decimal): -15103675 or 4557081. OLE color: 4557081.
HSL color Cylindrical-coordinate representation of color #198945: hue angle of 143.57º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198945 is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 137 | 69 | - |
| CMYK | 0.82 | 0 | 0.50 | 0.46 |
| HSL | 143.57º | 0.69% | 0.32% | - |
| HSV(B) | 143.57º | 0.82% | 0.54% | - |
| XYZ | 10.42 | 18.53 | 8.66 | - |
| YUV | 95.76 | 112.89 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 137 | 69 | 0.82 | 0 | 0.50 | 0.46 | 143.57 | 0.69 | 0.32 |
| Hex | 19 | 89 | 45 | 52 | 0 | 32 | 2E | 90 | 45 | 20 |
| Octal | 31 | 211 | 105 | 122 | 0 | 62 | 56 | 220 | 105 | 40 |
| Binary | 11001 | 10001001 | 1000101 | 1010010 | 0 | 110010 | 101110 | 10010000 | 1000101 | 100000 |
Color Harmonies of #198945
Complementary color
Monochromatic Colors of #198945
Black with #198945
Text Example
Text Example
White with #198945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198945; }
p { color: rgb(25,137,69); }
H1.HeaderClassName
{
color: #198945;
}
.AnyTagClassName
{
color: #198945;
}
</style>
background-color css
<style>
a { background-color: #198945; }
a { background-color: rgb(25,137,69); }
div.DivClassName
{
background-color: #198945;
}
.BgClassName
{
background-color: #198945;
}
</style>
border-color css
<style>
span { border-color: #198945; }
span { border-color: rgb(25,137,69); }
td.TdClassName
{
border-color: #198945;
}
.TagClassName
{
border-color: #198945;
}
</style>