Shades of Salem #19804D
Tints of Salem #19804D
RGB
CMYK
RGB Variations
Color information
#19804D (or 0x19804D) is known color: Salem. HEX triplet: 19, 80 and 4D. RGB value is (25,128,77). Sum of RGB (Red+Green+Blue) = 25+128+77=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 128 (50.39% from 255 or 55.65% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 128 - color contains mainly: green. Hex color #19804D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19804D is #E67FB2. Grayscale: #5B5B5B. Windows color (decimal): -15105971 or 5079065. OLE color: 5079065.
HSL color Cylindrical-coordinate representation of color #19804D: hue angle of 150.29º 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 #19804D is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 128 | 77 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.50 |
| HSL | 150.29º | 0.67% | 0.3% | - |
| HSV(B) | 150.29º | 0.8% | 0.5% | - |
| XYZ | 9.46 | 16.18 | 9.65 | - |
| YUV | 91.39 | 119.88 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 77 | 0.80 | 0 | 0.40 | 0.50 | 150.29 | 0.67 | 0.3 |
| Hex | 19 | 80 | 4D | 50 | 0 | 28 | 32 | 96 | 43 | 1E |
| Octal | 31 | 200 | 115 | 120 | 0 | 50 | 62 | 226 | 103 | 36 |
| Binary | 11001 | 10000000 | 1001101 | 1010000 | 0 | 101000 | 110010 | 10010110 | 1000011 | 11110 |
Color Harmonies of #19804D
Complementary color
Monochromatic Colors of #19804D
Black with #19804D
Text Example
Text Example
White with #19804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19804D; }
p { color: rgb(25,128,77); }
H1.HeaderClassName
{
color: #19804D;
}
.AnyTagClassName
{
color: #19804D;
}
</style>
background-color css
<style>
a { background-color: #19804D; }
a { background-color: rgb(25,128,77); }
div.DivClassName
{
background-color: #19804D;
}
.BgClassName
{
background-color: #19804D;
}
</style>
border-color css
<style>
span { border-color: #19804D; }
span { border-color: rgb(25,128,77); }
td.TdClassName
{
border-color: #19804D;
}
.TagClassName
{
border-color: #19804D;
}
</style>