Shades of Salem #197452
Tints of Salem #197452
RGB
CMYK
RGB Variations
Color information
#197452 (or 0x197452) is known color: Salem. HEX triplet: 19, 74 and 52. RGB value is (25,116,82). Sum of RGB (Red+Green+Blue) = 25+116+82=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 116 (45.70% from 255 or 52.02% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 116 - color contains mainly: green. Hex color #197452 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197452 is #E68BAD. Grayscale: #545454. Windows color (decimal): -15109038 or 5403673. OLE color: 5403673.
HSL color Cylindrical-coordinate representation of color #197452: hue angle of 157.58º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197452 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 116 | 82 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.55 |
| HSL | 157.58º | 0.65% | 0.28% | - |
| HSV(B) | 157.58º | 0.78% | 0.45% | - |
| XYZ | 8.17 | 13.31 | 10.12 | - |
| YUV | 84.92 | 126.35 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 82 | 0.78 | 0 | 0.29 | 0.55 | 157.58 | 0.65 | 0.28 |
| Hex | 19 | 74 | 52 | 4E | 0 | 1D | 37 | 9E | 41 | 1C |
| Octal | 31 | 164 | 122 | 116 | 0 | 35 | 67 | 236 | 101 | 34 |
| Binary | 11001 | 1110100 | 1010010 | 1001110 | 0 | 11101 | 110111 | 10011110 | 1000001 | 11100 |
Color Harmonies of #197452
Complementary color
Monochromatic Colors of #197452
Black with #197452
Text Example
Text Example
White with #197452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197452; }
p { color: rgb(25,116,82); }
H1.HeaderClassName
{
color: #197452;
}
.AnyTagClassName
{
color: #197452;
}
</style>
background-color css
<style>
a { background-color: #197452; }
a { background-color: rgb(25,116,82); }
div.DivClassName
{
background-color: #197452;
}
.BgClassName
{
background-color: #197452;
}
</style>
border-color css
<style>
span { border-color: #197452; }
span { border-color: rgb(25,116,82); }
td.TdClassName
{
border-color: #197452;
}
.TagClassName
{
border-color: #197452;
}
</style>