Shades of Salem #197F52
Tints of Salem #197F52
RGB
CMYK
RGB Variations
Color information
#197F52 (or 0x197F52) is known color: Salem. HEX triplet: 19, 7F and 52. RGB value is (25,127,82). Sum of RGB (Red+Green+Blue) = 25+127+82=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 127 (50% from 255 or 54.27% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 127 - color contains mainly: green. Hex color #197F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197F52 is #E680AD. Grayscale: #5B5B5B. Windows color (decimal): -15106222 or 5406489. OLE color: 5406489.
HSL color Cylindrical-coordinate representation of color #197F52: hue angle of 153.53º 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 #197F52 is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 127 | 82 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.50 |
| HSL | 153.53º | 0.67% | 0.3% | - |
| HSV(B) | 153.53º | 0.8% | 0.5% | - |
| XYZ | 9.51 | 15.99 | 10.57 | - |
| YUV | 91.37 | 122.71 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 82 | 0.80 | 0 | 0.35 | 0.50 | 153.53 | 0.67 | 0.3 |
| Hex | 19 | 7F | 52 | 50 | 0 | 23 | 32 | 9A | 43 | 1E |
| Octal | 31 | 177 | 122 | 120 | 0 | 43 | 62 | 232 | 103 | 36 |
| Binary | 11001 | 1111111 | 1010010 | 1010000 | 0 | 100011 | 110010 | 10011010 | 1000011 | 11110 |
Color Harmonies of #197F52
Complementary color
Monochromatic Colors of #197F52
Black with #197F52
Text Example
Text Example
White with #197F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197F52; }
p { color: rgb(25,127,82); }
H1.HeaderClassName
{
color: #197F52;
}
.AnyTagClassName
{
color: #197F52;
}
</style>
background-color css
<style>
a { background-color: #197F52; }
a { background-color: rgb(25,127,82); }
div.DivClassName
{
background-color: #197F52;
}
.BgClassName
{
background-color: #197F52;
}
</style>
border-color css
<style>
span { border-color: #197F52; }
span { border-color: rgb(25,127,82); }
td.TdClassName
{
border-color: #197F52;
}
.TagClassName
{
border-color: #197F52;
}
</style>