Shades of Salem #198954
Tints of Salem #198954
RGB
CMYK
RGB Variations
Color information
#198954 (or 0x198954) is known color: Salem. HEX triplet: 19, 89 and 54. RGB value is (25,137,84). Sum of RGB (Red+Green+Blue) = 25+137+84=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 137 (53.91% from 255 or 55.69% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 137 - color contains mainly: green. Hex color #198954 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198954 is #E676AB. Grayscale: #616161. Windows color (decimal): -15103660 or 5540121. OLE color: 5540121.
HSL color Cylindrical-coordinate representation of color #198954: hue angle of 151.61º 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 #198954 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 137 | 84 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.46 |
| HSL | 151.61º | 0.69% | 0.32% | - |
| HSV(B) | 151.61º | 0.82% | 0.54% | - |
| XYZ | 10.95 | 18.74 | 11.43 | - |
| YUV | 97.47 | 120.39 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 137 | 84 | 0.82 | 0 | 0.39 | 0.46 | 151.61 | 0.69 | 0.32 |
| Hex | 19 | 89 | 54 | 52 | 0 | 27 | 2E | 98 | 45 | 20 |
| Octal | 31 | 211 | 124 | 122 | 0 | 47 | 56 | 230 | 105 | 40 |
| Binary | 11001 | 10001001 | 1010100 | 1010010 | 0 | 100111 | 101110 | 10011000 | 1000101 | 100000 |
Color Harmonies of #198954
Complementary color
Monochromatic Colors of #198954
Black with #198954
Text Example
Text Example
White with #198954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198954; }
p { color: rgb(25,137,84); }
H1.HeaderClassName
{
color: #198954;
}
.AnyTagClassName
{
color: #198954;
}
</style>
background-color css
<style>
a { background-color: #198954; }
a { background-color: rgb(25,137,84); }
div.DivClassName
{
background-color: #198954;
}
.BgClassName
{
background-color: #198954;
}
</style>
border-color css
<style>
span { border-color: #198954; }
span { border-color: rgb(25,137,84); }
td.TdClassName
{
border-color: #198954;
}
.TagClassName
{
border-color: #198954;
}
</style>