Shades of Salem #19774D
Tints of Salem #19774D
RGB
CMYK
RGB Variations
Color information
#19774D (or 0x19774D) is known color: Salem. HEX triplet: 19, 77 and 4D. RGB value is (25,119,77). Sum of RGB (Red+Green+Blue) = 25+119+77=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #19774D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19774D is #E688B2. Grayscale: #565656. Windows color (decimal): -15108275 or 5076761. OLE color: 5076761.
HSL color Cylindrical-coordinate representation of color #19774D: hue angle of 153.19º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19774D is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 119 | 77 | - |
| CMYK | 0.79 | 0 | 0.35 | 0.53 |
| HSL | 153.19º | 0.65% | 0.28% | - |
| HSV(B) | 153.19º | 0.79% | 0.47% | - |
| XYZ | 8.34 | 13.94 | 9.27 | - |
| YUV | 86.11 | 122.86 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 77 | 0.79 | 0 | 0.35 | 0.53 | 153.19 | 0.65 | 0.28 |
| Hex | 19 | 77 | 4D | 4F | 0 | 23 | 35 | 99 | 41 | 1C |
| Octal | 31 | 167 | 115 | 117 | 0 | 43 | 65 | 231 | 101 | 34 |
| Binary | 11001 | 1110111 | 1001101 | 1001111 | 0 | 100011 | 110101 | 10011001 | 1000001 | 11100 |
Color Harmonies of #19774D
Complementary color
Monochromatic Colors of #19774D
Black with #19774D
Text Example
Text Example
White with #19774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19774D; }
p { color: rgb(25,119,77); }
H1.HeaderClassName
{
color: #19774D;
}
.AnyTagClassName
{
color: #19774D;
}
</style>
background-color css
<style>
a { background-color: #19774D; }
a { background-color: rgb(25,119,77); }
div.DivClassName
{
background-color: #19774D;
}
.BgClassName
{
background-color: #19774D;
}
</style>
border-color css
<style>
span { border-color: #19774D; }
span { border-color: rgb(25,119,77); }
td.TdClassName
{
border-color: #19774D;
}
.TagClassName
{
border-color: #19774D;
}
</style>