Shades of Salem #198054
Tints of Salem #198054
RGB
CMYK
RGB Variations
Color information
#198054 (or 0x198054) is known color: Salem. HEX triplet: 19, 80 and 54. RGB value is (25,128,84). Sum of RGB (Red+Green+Blue) = 25+128+84=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 128 (50.39% from 255 or 54.01% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 128 - color contains mainly: green. Hex color #198054 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198054 is #E67FAB. Grayscale: #5C5C5C. Windows color (decimal): -15105964 or 5537817. OLE color: 5537817.
HSL color Cylindrical-coordinate representation of color #198054: hue angle of 154.37º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #198054 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 128 | 84 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.50 |
| HSL | 154.37º | 0.67% | 0.3% | - |
| HSV(B) | 154.37º | 0.8% | 0.5% | - |
| XYZ | 9.72 | 16.29 | 11.02 | - |
| YUV | 92.19 | 123.38 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 84 | 0.80 | 0 | 0.34 | 0.50 | 154.37 | 0.67 | 0.3 |
| Hex | 19 | 80 | 54 | 50 | 0 | 22 | 32 | 9A | 43 | 1E |
| Octal | 31 | 200 | 124 | 120 | 0 | 42 | 62 | 232 | 103 | 36 |
| Binary | 11001 | 10000000 | 1010100 | 1010000 | 0 | 100010 | 110010 | 10011010 | 1000011 | 11110 |
Color Harmonies of #198054
Complementary color
Monochromatic Colors of #198054
Black with #198054
Text Example
Text Example
White with #198054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198054; }
p { color: rgb(25,128,84); }
H1.HeaderClassName
{
color: #198054;
}
.AnyTagClassName
{
color: #198054;
}
</style>
background-color css
<style>
a { background-color: #198054; }
a { background-color: rgb(25,128,84); }
div.DivClassName
{
background-color: #198054;
}
.BgClassName
{
background-color: #198054;
}
</style>
border-color css
<style>
span { border-color: #198054; }
span { border-color: rgb(25,128,84); }
td.TdClassName
{
border-color: #198054;
}
.TagClassName
{
border-color: #198054;
}
</style>