Shades of Salem #19884A
Tints of Salem #19884A
RGB
CMYK
RGB Variations
Color information
#19884A (or 0x19884A) is known color: Salem. HEX triplet: 19, 88 and 4A. RGB value is (25,136,74). Sum of RGB (Red+Green+Blue) = 25+136+74=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 136 (53.52% from 255 or 57.87% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 136 - color contains mainly: green. Hex color #19884A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19884A is #E677B5. Grayscale: #5F5F5F. Windows color (decimal): -15103926 or 4884505. OLE color: 4884505.
HSL color Cylindrical-coordinate representation of color #19884A: hue angle of 146.49º 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 #19884A is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 136 | 74 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.47 |
| HSL | 146.49º | 0.69% | 0.32% | - |
| HSV(B) | 146.49º | 0.82% | 0.53% | - |
| XYZ | 10.44 | 18.31 | 9.46 | - |
| YUV | 95.74 | 115.73 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 74 | 0.82 | 0 | 0.46 | 0.47 | 146.49 | 0.69 | 0.32 |
| Hex | 19 | 88 | 4A | 52 | 0 | 2E | 2F | 92 | 45 | 20 |
| Octal | 31 | 210 | 112 | 122 | 0 | 56 | 57 | 222 | 105 | 40 |
| Binary | 11001 | 10001000 | 1001010 | 1010010 | 0 | 101110 | 101111 | 10010010 | 1000101 | 100000 |
Color Harmonies of #19884A
Complementary color
Monochromatic Colors of #19884A
Black with #19884A
Text Example
Text Example
White with #19884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19884A; }
p { color: rgb(25,136,74); }
H1.HeaderClassName
{
color: #19884A;
}
.AnyTagClassName
{
color: #19884A;
}
</style>
background-color css
<style>
a { background-color: #19884A; }
a { background-color: rgb(25,136,74); }
div.DivClassName
{
background-color: #19884A;
}
.BgClassName
{
background-color: #19884A;
}
</style>
border-color css
<style>
span { border-color: #19884A; }
span { border-color: rgb(25,136,74); }
td.TdClassName
{
border-color: #19884A;
}
.TagClassName
{
border-color: #19884A;
}
</style>