Shades of Salem #19844F
Tints of Salem #19844F
RGB
CMYK
RGB Variations
Color information
#19844F (or 0x19844F) is known color: Salem. HEX triplet: 19, 84 and 4F. RGB value is (25,132,79). Sum of RGB (Red+Green+Blue) = 25+132+79=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #19844F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19844F is #E67BB0. Grayscale: #5E5E5E. Windows color (decimal): -15104945 or 5211161. OLE color: 5211161.
HSL color Cylindrical-coordinate representation of color #19844F: hue angle of 150.28º 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 #19844F is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 132 | 79 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.48 |
| HSL | 150.28º | 0.68% | 0.31% | - |
| HSV(B) | 150.28º | 0.81% | 0.52% | - |
| XYZ | 10.06 | 17.27 | 10.2 | - |
| YUV | 93.97 | 119.55 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 132 | 79 | 0.81 | 0 | 0.40 | 0.48 | 150.28 | 0.68 | 0.31 |
| Hex | 19 | 84 | 4F | 51 | 0 | 28 | 30 | 96 | 44 | 1F |
| Octal | 31 | 204 | 117 | 121 | 0 | 50 | 60 | 226 | 104 | 37 |
| Binary | 11001 | 10000100 | 1001111 | 1010001 | 0 | 101000 | 110000 | 10010110 | 1000100 | 11111 |
Color Harmonies of #19844F
Complementary color
Monochromatic Colors of #19844F
Black with #19844F
Text Example
Text Example
White with #19844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19844F; }
p { color: rgb(25,132,79); }
H1.HeaderClassName
{
color: #19844F;
}
.AnyTagClassName
{
color: #19844F;
}
</style>
background-color css
<style>
a { background-color: #19844F; }
a { background-color: rgb(25,132,79); }
div.DivClassName
{
background-color: #19844F;
}
.BgClassName
{
background-color: #19844F;
}
</style>
border-color css
<style>
span { border-color: #19844F; }
span { border-color: rgb(25,132,79); }
td.TdClassName
{
border-color: #19844F;
}
.TagClassName
{
border-color: #19844F;
}
</style>