Shades of Salem #19844E
Tints of Salem #19844E
RGB
CMYK
RGB Variations
Color information
#19844E (or 0x19844E) is known color: Salem. HEX triplet: 19, 84 and 4E. RGB value is (25,132,78). Sum of RGB (Red+Green+Blue) = 25+132+78=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 132 (51.95% from 255 or 56.17% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 132 - color contains mainly: green. Hex color #19844E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19844E is #E67BB1. Grayscale: #5D5D5D. Windows color (decimal): -15104946 or 5145625. OLE color: 5145625.
HSL color Cylindrical-coordinate representation of color #19844E: hue angle of 149.72º 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 #19844E is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 132 | 78 | - |
| CMYK | 0.81 | 0 | 0.41 | 0.48 |
| HSL | 149.72º | 0.68% | 0.31% | - |
| HSV(B) | 149.72º | 0.81% | 0.52% | - |
| XYZ | 10.03 | 17.26 | 10.01 | - |
| YUV | 93.85 | 119.05 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 132 | 78 | 0.81 | 0 | 0.41 | 0.48 | 149.72 | 0.68 | 0.31 |
| Hex | 19 | 84 | 4E | 51 | 0 | 29 | 30 | 96 | 44 | 1F |
| Octal | 31 | 204 | 116 | 121 | 0 | 51 | 60 | 226 | 104 | 37 |
| Binary | 11001 | 10000100 | 1001110 | 1010001 | 0 | 101001 | 110000 | 10010110 | 1000100 | 11111 |
Color Harmonies of #19844E
Complementary color
Monochromatic Colors of #19844E
Black with #19844E
Text Example
Text Example
White with #19844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19844E; }
p { color: rgb(25,132,78); }
H1.HeaderClassName
{
color: #19844E;
}
.AnyTagClassName
{
color: #19844E;
}
</style>
background-color css
<style>
a { background-color: #19844E; }
a { background-color: rgb(25,132,78); }
div.DivClassName
{
background-color: #19844E;
}
.BgClassName
{
background-color: #19844E;
}
</style>
border-color css
<style>
span { border-color: #19844E; }
span { border-color: rgb(25,132,78); }
td.TdClassName
{
border-color: #19844E;
}
.TagClassName
{
border-color: #19844E;
}
</style>