Shades of Salem #19824E
Tints of Salem #19824E
RGB
CMYK
RGB Variations
Color information
#19824E (or 0x19824E) is known color: Salem. HEX triplet: 19, 82 and 4E. RGB value is (25,130,78). Sum of RGB (Red+Green+Blue) = 25+130+78=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #19824E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19824E is #E67DB1. Grayscale: #5C5C5C. Windows color (decimal): -15105458 or 5145113. OLE color: 5145113.
HSL color Cylindrical-coordinate representation of color #19824E: hue angle of 150.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19824E is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 130 | 78 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.49 |
| HSL | 150.29º | 0.68% | 0.3% | - |
| HSV(B) | 150.29º | 0.81% | 0.51% | - |
| XYZ | 9.76 | 16.72 | 9.92 | - |
| YUV | 92.68 | 119.71 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 78 | 0.81 | 0 | 0.40 | 0.49 | 150.29 | 0.68 | 0.3 |
| Hex | 19 | 82 | 4E | 51 | 0 | 28 | 31 | 96 | 44 | 1E |
| Octal | 31 | 202 | 116 | 121 | 0 | 50 | 61 | 226 | 104 | 36 |
| Binary | 11001 | 10000010 | 1001110 | 1010001 | 0 | 101000 | 110001 | 10010110 | 1000100 | 11110 |
Color Harmonies of #19824E
Complementary color
Monochromatic Colors of #19824E
Black with #19824E
Text Example
Text Example
White with #19824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19824E; }
p { color: rgb(25,130,78); }
H1.HeaderClassName
{
color: #19824E;
}
.AnyTagClassName
{
color: #19824E;
}
</style>
background-color css
<style>
a { background-color: #19824E; }
a { background-color: rgb(25,130,78); }
div.DivClassName
{
background-color: #19824E;
}
.BgClassName
{
background-color: #19824E;
}
</style>
border-color css
<style>
span { border-color: #19824E; }
span { border-color: rgb(25,130,78); }
td.TdClassName
{
border-color: #19824E;
}
.TagClassName
{
border-color: #19824E;
}
</style>