Shades of Salem #19844D
Tints of Salem #19844D
RGB
CMYK
RGB Variations
Color information
#19844D (or 0x19844D) is known color: Salem. HEX triplet: 19, 84 and 4D. RGB value is (25,132,77). Sum of RGB (Red+Green+Blue) = 25+132+77=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 132 (51.95% from 255 or 56.41% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 132 - color contains mainly: green. Hex color #19844D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19844D is #E67BB2. Grayscale: #5D5D5D. Windows color (decimal): -15104947 or 5080089. OLE color: 5080089.
HSL color Cylindrical-coordinate representation of color #19844D: hue angle of 149.16º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19844D is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 132 | 77 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.48 |
| HSL | 149.16º | 0.68% | 0.31% | - |
| HSV(B) | 149.16º | 0.81% | 0.52% | - |
| XYZ | 9.99 | 17.25 | 9.82 | - |
| YUV | 93.74 | 118.55 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 132 | 77 | 0.81 | 0 | 0.42 | 0.48 | 149.16 | 0.68 | 0.31 |
| Hex | 19 | 84 | 4D | 51 | 0 | 2A | 30 | 95 | 44 | 1F |
| Octal | 31 | 204 | 115 | 121 | 0 | 52 | 60 | 225 | 104 | 37 |
| Binary | 11001 | 10000100 | 1001101 | 1010001 | 0 | 101010 | 110000 | 10010101 | 1000100 | 11111 |
Color Harmonies of #19844D
Complementary color
Monochromatic Colors of #19844D
Black with #19844D
Text Example
Text Example
White with #19844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19844D; }
p { color: rgb(25,132,77); }
H1.HeaderClassName
{
color: #19844D;
}
.AnyTagClassName
{
color: #19844D;
}
</style>
background-color css
<style>
a { background-color: #19844D; }
a { background-color: rgb(25,132,77); }
div.DivClassName
{
background-color: #19844D;
}
.BgClassName
{
background-color: #19844D;
}
</style>
border-color css
<style>
span { border-color: #19844D; }
span { border-color: rgb(25,132,77); }
td.TdClassName
{
border-color: #19844D;
}
.TagClassName
{
border-color: #19844D;
}
</style>