Shades of Salem #10884D
Tints of Salem #10884D
RGB
CMYK
RGB Variations
Color information
#10884D (or 0x10884D) is known color: Salem. HEX triplet: 10, 88 and 4D. RGB value is (16,136,77). Sum of RGB (Red+Green+Blue) = 16+136+77=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 136 (53.52% from 255 or 59.39% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 136 - color contains mainly: green. Hex color #10884D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10884D is #EF77B2. Grayscale: #5D5D5D. Windows color (decimal): -15693747 or 5081104. OLE color: 5081104.
HSL color Cylindrical-coordinate representation of color #10884D: hue angle of 150.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10884D is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 136 | 77 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.47 |
| HSL | 150.5º | 0.79% | 0.3% | - |
| HSV(B) | 150.5º | 0.88% | 0.53% | - |
| XYZ | 10.36 | 18.25 | 10 | - |
| YUV | 93.39 | 118.74 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 136 | 77 | 0.88 | 0 | 0.43 | 0.47 | 150.5 | 0.79 | 0.3 |
| Hex | 10 | 88 | 4D | 58 | 0 | 2B | 2F | 96 | 4F | 1E |
| Octal | 20 | 210 | 115 | 130 | 0 | 53 | 57 | 226 | 117 | 36 |
| Binary | 10000 | 10001000 | 1001101 | 1011000 | 0 | 101011 | 101111 | 10010110 | 1001111 | 11110 |
Color Harmonies of #10884D
Complementary color
Monochromatic Colors of #10884D
Black with #10884D
Text Example
Text Example
White with #10884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10884D; }
p { color: rgb(16,136,77); }
H1.HeaderClassName
{
color: #10884D;
}
.AnyTagClassName
{
color: #10884D;
}
</style>
background-color css
<style>
a { background-color: #10884D; }
a { background-color: rgb(16,136,77); }
div.DivClassName
{
background-color: #10884D;
}
.BgClassName
{
background-color: #10884D;
}
</style>
border-color css
<style>
span { border-color: #10884D; }
span { border-color: rgb(16,136,77); }
td.TdClassName
{
border-color: #10884D;
}
.TagClassName
{
border-color: #10884D;
}
</style>