Shades of Salem #197154
Tints of Salem #197154
RGB
CMYK
RGB Variations
Color information
#197154 (or 0x197154) is known color: Salem. HEX triplet: 19, 71 and 54. RGB value is (25,113,84). Sum of RGB (Red+Green+Blue) = 25+113+84=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #197154 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197154 is #E68EAB. Grayscale: #535353. Windows color (decimal): -15109804 or 5533977. OLE color: 5533977.
HSL color Cylindrical-coordinate representation of color #197154: hue angle of 160.23º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197154 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 113 | 84 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.56 |
| HSL | 160.23º | 0.64% | 0.27% | - |
| HSV(B) | 160.23º | 0.78% | 0.44% | - |
| XYZ | 7.91 | 12.66 | 10.41 | - |
| YUV | 83.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 84 | 0.78 | 0 | 0.26 | 0.56 | 160.23 | 0.64 | 0.27 |
| Hex | 19 | 71 | 54 | 4E | 0 | 1A | 38 | A0 | 40 | 1B |
| Octal | 31 | 161 | 124 | 116 | 0 | 32 | 70 | 240 | 100 | 33 |
| Binary | 11001 | 1110001 | 1010100 | 1001110 | 0 | 11010 | 111000 | 10100000 | 1000000 | 11011 |
Color Harmonies of #197154
Complementary color
Monochromatic Colors of #197154
Black with #197154
Text Example
Text Example
White with #197154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197154; }
p { color: rgb(25,113,84); }
H1.HeaderClassName
{
color: #197154;
}
.AnyTagClassName
{
color: #197154;
}
</style>
background-color css
<style>
a { background-color: #197154; }
a { background-color: rgb(25,113,84); }
div.DivClassName
{
background-color: #197154;
}
.BgClassName
{
background-color: #197154;
}
</style>
border-color css
<style>
span { border-color: #197154; }
span { border-color: rgb(25,113,84); }
td.TdClassName
{
border-color: #197154;
}
.TagClassName
{
border-color: #197154;
}
</style>