Shades of Salem #197953
Tints of Salem #197953
RGB
CMYK
RGB Variations
Color information
#197953 (or 0x197953) is known color: Salem. HEX triplet: 19, 79 and 53. RGB value is (25,121,83). Sum of RGB (Red+Green+Blue) = 25+121+83=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 121 (47.66% from 255 or 52.84% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 121 - color contains mainly: green. Hex color #197953 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197953 is #E686AC. Grayscale: #585858. Windows color (decimal): -15107757 or 5470489. OLE color: 5470489.
HSL color Cylindrical-coordinate representation of color #197953: hue angle of 156.25º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197953 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 121 | 83 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.53 |
| HSL | 156.25º | 0.66% | 0.29% | - |
| HSV(B) | 156.25º | 0.79% | 0.47% | - |
| XYZ | 8.8 | 14.51 | 10.52 | - |
| YUV | 87.96 | 125.2 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 121 | 83 | 0.79 | 0 | 0.31 | 0.53 | 156.25 | 0.66 | 0.29 |
| Hex | 19 | 79 | 53 | 4F | 0 | 1F | 35 | 9C | 42 | 1D |
| Octal | 31 | 171 | 123 | 117 | 0 | 37 | 65 | 234 | 102 | 35 |
| Binary | 11001 | 1111001 | 1010011 | 1001111 | 0 | 11111 | 110101 | 10011100 | 1000010 | 11101 |
Color Harmonies of #197953
Complementary color
Monochromatic Colors of #197953
Black with #197953
Text Example
Text Example
White with #197953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197953; }
p { color: rgb(25,121,83); }
H1.HeaderClassName
{
color: #197953;
}
.AnyTagClassName
{
color: #197953;
}
</style>
background-color css
<style>
a { background-color: #197953; }
a { background-color: rgb(25,121,83); }
div.DivClassName
{
background-color: #197953;
}
.BgClassName
{
background-color: #197953;
}
</style>
border-color css
<style>
span { border-color: #197953; }
span { border-color: rgb(25,121,83); }
td.TdClassName
{
border-color: #197953;
}
.TagClassName
{
border-color: #197953;
}
</style>