Shades of Salem #197D4B
Tints of Salem #197D4B
RGB
CMYK
RGB Variations
Color information
#197D4B (or 0x197D4B) is known color: Salem. HEX triplet: 19, 7D and 4B. RGB value is (25,125,75). Sum of RGB (Red+Green+Blue) = 25+125+75=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 125 (49.22% from 255 or 55.56% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 125 - color contains mainly: green. Hex color #197D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197D4B is #E682B4. Grayscale: #595959. Windows color (decimal): -15106741 or 4947225. OLE color: 4947225.
HSL color Cylindrical-coordinate representation of color #197D4B: hue angle of 150º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197D4B is Cyan = 0.8, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 125 | 75 | - |
| CMYK | 0.8 | 0 | 0.40 | 0.51 |
| HSL | 150º | 0.67% | 0.29% | - |
| HSV(B) | 150º | 0.8% | 0.49% | - |
| XYZ | 9 | 15.38 | 9.15 | - |
| YUV | 89.4 | 119.87 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 75 | 0.8 | 0 | 0.40 | 0.51 | 150 | 0.67 | 0.29 |
| Hex | 19 | 7D | 4B | 50 | 0 | 28 | 33 | 96 | 43 | 1D |
| Octal | 31 | 175 | 113 | 120 | 0 | 50 | 63 | 226 | 103 | 35 |
| Binary | 11001 | 1111101 | 1001011 | 1010000 | 0 | 101000 | 110011 | 10010110 | 1000011 | 11101 |
Color Harmonies of #197D4B
Complementary color
Monochromatic Colors of #197D4B
Black with #197D4B
Text Example
Text Example
White with #197D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D4B; }
p { color: rgb(25,125,75); }
H1.HeaderClassName
{
color: #197D4B;
}
.AnyTagClassName
{
color: #197D4B;
}
</style>
background-color css
<style>
a { background-color: #197D4B; }
a { background-color: rgb(25,125,75); }
div.DivClassName
{
background-color: #197D4B;
}
.BgClassName
{
background-color: #197D4B;
}
</style>
border-color css
<style>
span { border-color: #197D4B; }
span { border-color: rgb(25,125,75); }
td.TdClassName
{
border-color: #197D4B;
}
.TagClassName
{
border-color: #197D4B;
}
</style>