Shades of Salem #19885A
Tints of Salem #19885A
RGB
CMYK
RGB Variations
Color information
#19885A (or 0x19885A) is known color: Salem. HEX triplet: 19, 88 and 5A. RGB value is (25,136,90). Sum of RGB (Red+Green+Blue) = 25+136+90=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #19885A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19885A is #E677A5. Grayscale: #616161. Windows color (decimal): -15103910 or 5933081. OLE color: 5933081.
HSL color Cylindrical-coordinate representation of color #19885A: hue angle of 155.14º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19885A is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 136 | 90 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.47 |
| HSL | 155.14º | 0.69% | 0.32% | - |
| HSV(B) | 155.14º | 0.82% | 0.53% | - |
| XYZ | 11.05 | 18.55 | 12.67 | - |
| YUV | 97.57 | 123.73 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 90 | 0.82 | 0 | 0.34 | 0.47 | 155.14 | 0.69 | 0.32 |
| Hex | 19 | 88 | 5A | 52 | 0 | 22 | 2F | 9B | 45 | 20 |
| Octal | 31 | 210 | 132 | 122 | 0 | 42 | 57 | 233 | 105 | 40 |
| Binary | 11001 | 10001000 | 1011010 | 1010010 | 0 | 100010 | 101111 | 10011011 | 1000101 | 100000 |
Color Harmonies of #19885A
Complementary color
Monochromatic Colors of #19885A
Black with #19885A
Text Example
Text Example
White with #19885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19885A; }
p { color: rgb(25,136,90); }
H1.HeaderClassName
{
color: #19885A;
}
.AnyTagClassName
{
color: #19885A;
}
</style>
background-color css
<style>
a { background-color: #19885A; }
a { background-color: rgb(25,136,90); }
div.DivClassName
{
background-color: #19885A;
}
.BgClassName
{
background-color: #19885A;
}
</style>
border-color css
<style>
span { border-color: #19885A; }
span { border-color: rgb(25,136,90); }
td.TdClassName
{
border-color: #19885A;
}
.TagClassName
{
border-color: #19885A;
}
</style>