Shades of Salem #19824D
Tints of Salem #19824D
RGB
CMYK
RGB Variations
Color information
#19824D (or 0x19824D) is known color: Salem. HEX triplet: 19, 82 and 4D. RGB value is (25,130,77). Sum of RGB (Red+Green+Blue) = 25+130+77=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #19824D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19824D is #E67DB2. Grayscale: #5C5C5C. Windows color (decimal): -15105459 or 5079577. OLE color: 5079577.
HSL color Cylindrical-coordinate representation of color #19824D: hue angle of 149.71º 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 #19824D is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 130 | 77 | - |
| CMYK | 0.81 | 0 | 0.41 | 0.49 |
| HSL | 149.71º | 0.68% | 0.3% | - |
| HSV(B) | 149.71º | 0.81% | 0.51% | - |
| XYZ | 9.72 | 16.71 | 9.73 | - |
| YUV | 92.56 | 119.21 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 77 | 0.81 | 0 | 0.41 | 0.49 | 149.71 | 0.68 | 0.3 |
| Hex | 19 | 82 | 4D | 51 | 0 | 29 | 31 | 96 | 44 | 1E |
| Octal | 31 | 202 | 115 | 121 | 0 | 51 | 61 | 226 | 104 | 36 |
| Binary | 11001 | 10000010 | 1001101 | 1010001 | 0 | 101001 | 110001 | 10010110 | 1000100 | 11110 |
Color Harmonies of #19824D
Complementary color
Monochromatic Colors of #19824D
Black with #19824D
Text Example
Text Example
White with #19824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19824D; }
p { color: rgb(25,130,77); }
H1.HeaderClassName
{
color: #19824D;
}
.AnyTagClassName
{
color: #19824D;
}
</style>
background-color css
<style>
a { background-color: #19824D; }
a { background-color: rgb(25,130,77); }
div.DivClassName
{
background-color: #19824D;
}
.BgClassName
{
background-color: #19824D;
}
</style>
border-color css
<style>
span { border-color: #19824D; }
span { border-color: rgb(25,130,77); }
td.TdClassName
{
border-color: #19824D;
}
.TagClassName
{
border-color: #19824D;
}
</style>