Shades of Salem #19825A
Tints of Salem #19825A
RGB
CMYK
RGB Variations
Color information
#19825A (or 0x19825A) is known color: Salem. HEX triplet: 19, 82 and 5A. RGB value is (25,130,90). Sum of RGB (Red+Green+Blue) = 25+130+90=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #19825A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19825A is #E67DA5. Grayscale: #5E5E5E. Windows color (decimal): -15105446 or 5931545. OLE color: 5931545.
HSL color Cylindrical-coordinate representation of color #19825A: hue angle of 157.14º 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 #19825A is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 130 | 90 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.49 |
| HSL | 157.14º | 0.68% | 0.3% | - |
| HSV(B) | 157.14º | 0.81% | 0.51% | - |
| XYZ | 10.23 | 16.91 | 12.4 | - |
| YUV | 94.05 | 125.71 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 90 | 0.81 | 0 | 0.31 | 0.49 | 157.14 | 0.68 | 0.3 |
| Hex | 19 | 82 | 5A | 51 | 0 | 1F | 31 | 9D | 44 | 1E |
| Octal | 31 | 202 | 132 | 121 | 0 | 37 | 61 | 235 | 104 | 36 |
| Binary | 11001 | 10000010 | 1011010 | 1010001 | 0 | 11111 | 110001 | 10011101 | 1000100 | 11110 |
Color Harmonies of #19825A
Complementary color
Monochromatic Colors of #19825A
Black with #19825A
Text Example
Text Example
White with #19825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19825A; }
p { color: rgb(25,130,90); }
H1.HeaderClassName
{
color: #19825A;
}
.AnyTagClassName
{
color: #19825A;
}
</style>
background-color css
<style>
a { background-color: #19825A; }
a { background-color: rgb(25,130,90); }
div.DivClassName
{
background-color: #19825A;
}
.BgClassName
{
background-color: #19825A;
}
</style>
border-color css
<style>
span { border-color: #19825A; }
span { border-color: rgb(25,130,90); }
td.TdClassName
{
border-color: #19825A;
}
.TagClassName
{
border-color: #19825A;
}
</style>