Shades of Salem #19883F
Tints of Salem #19883F
RGB
CMYK
RGB Variations
Color information
#19883F (or 0x19883F) is known color: Salem. HEX triplet: 19, 88 and 3F. RGB value is (25,136,63). Sum of RGB (Red+Green+Blue) = 25+136+63=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #19883F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19883F is #E677C0. Grayscale: #5E5E5E. Windows color (decimal): -15103937 or 4163609. OLE color: 4163609.
HSL color Cylindrical-coordinate representation of color #19883F: hue angle of 140.54º 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 #19883F is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 136 | 63 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.47 |
| HSL | 140.54º | 0.69% | 0.32% | - |
| HSV(B) | 140.54º | 0.82% | 0.53% | - |
| XYZ | 10.1 | 18.17 | 7.68 | - |
| YUV | 94.49 | 110.23 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 63 | 0.82 | 0 | 0.54 | 0.47 | 140.54 | 0.69 | 0.32 |
| Hex | 19 | 88 | 3F | 52 | 0 | 36 | 2F | 8D | 45 | 20 |
| Octal | 31 | 210 | 77 | 122 | 0 | 66 | 57 | 215 | 105 | 40 |
| Binary | 11001 | 10001000 | 111111 | 1010010 | 0 | 110110 | 101111 | 10001101 | 1000101 | 100000 |
Color Harmonies of #19883F
Complementary color
Monochromatic Colors of #19883F
Black with #19883F
Text Example
Text Example
White with #19883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19883F; }
p { color: rgb(25,136,63); }
H1.HeaderClassName
{
color: #19883F;
}
.AnyTagClassName
{
color: #19883F;
}
</style>
background-color css
<style>
a { background-color: #19883F; }
a { background-color: rgb(25,136,63); }
div.DivClassName
{
background-color: #19883F;
}
.BgClassName
{
background-color: #19883F;
}
</style>
border-color css
<style>
span { border-color: #19883F; }
span { border-color: rgb(25,136,63); }
td.TdClassName
{
border-color: #19883F;
}
.TagClassName
{
border-color: #19883F;
}
</style>