Shades of Salem #19884D
Tints of Salem #19884D
RGB
CMYK
RGB Variations
Color information
#19884D (or 0x19884D) is known color: Salem. HEX triplet: 19, 88 and 4D. RGB value is (25,136,77). Sum of RGB (Red+Green+Blue) = 25+136+77=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 136 (53.52% from 255 or 57.14% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 136 - color contains mainly: green. Hex color #19884D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19884D is #E677B2. Grayscale: #606060. Windows color (decimal): -15103923 or 5081113. OLE color: 5081113.
HSL color Cylindrical-coordinate representation of color #19884D: hue angle of 148.11º 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 #19884D is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 136 | 77 | - |
| CMYK | 0.82 | 0 | 0.43 | 0.47 |
| HSL | 148.11º | 0.69% | 0.32% | - |
| HSV(B) | 148.11º | 0.82% | 0.53% | - |
| XYZ | 10.54 | 18.35 | 10.01 | - |
| YUV | 96.09 | 117.23 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 77 | 0.82 | 0 | 0.43 | 0.47 | 148.11 | 0.69 | 0.32 |
| Hex | 19 | 88 | 4D | 52 | 0 | 2B | 2F | 94 | 45 | 20 |
| Octal | 31 | 210 | 115 | 122 | 0 | 53 | 57 | 224 | 105 | 40 |
| Binary | 11001 | 10001000 | 1001101 | 1010010 | 0 | 101011 | 101111 | 10010100 | 1000101 | 100000 |
Color Harmonies of #19884D
Complementary color
Monochromatic Colors of #19884D
Black with #19884D
Text Example
Text Example
White with #19884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19884D; }
p { color: rgb(25,136,77); }
H1.HeaderClassName
{
color: #19884D;
}
.AnyTagClassName
{
color: #19884D;
}
</style>
background-color css
<style>
a { background-color: #19884D; }
a { background-color: rgb(25,136,77); }
div.DivClassName
{
background-color: #19884D;
}
.BgClassName
{
background-color: #19884D;
}
</style>
border-color css
<style>
span { border-color: #19884D; }
span { border-color: rgb(25,136,77); }
td.TdClassName
{
border-color: #19884D;
}
.TagClassName
{
border-color: #19884D;
}
</style>