Shades of Salem #10884E
Tints of Salem #10884E
RGB
CMYK
RGB Variations
Color information
#10884E (or 0x10884E) is known color: Salem. HEX triplet: 10, 88 and 4E. RGB value is (16,136,78). Sum of RGB (Red+Green+Blue) = 16+136+78=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 136 (53.52% from 255 or 59.13% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 136 - color contains mainly: green. Hex color #10884E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10884E is #EF77B1. Grayscale: #5D5D5D. Windows color (decimal): -15693746 or 5146640. OLE color: 5146640.
HSL color Cylindrical-coordinate representation of color #10884E: hue angle of 151º 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 #10884E is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 136 | 78 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.47 |
| HSL | 151º | 0.79% | 0.3% | - |
| HSV(B) | 151º | 0.88% | 0.53% | - |
| XYZ | 10.39 | 18.27 | 10.19 | - |
| YUV | 93.51 | 119.24 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 136 | 78 | 0.88 | 0 | 0.43 | 0.47 | 151 | 0.79 | 0.3 |
| Hex | 10 | 88 | 4E | 58 | 0 | 2B | 2F | 97 | 4F | 1E |
| Octal | 20 | 210 | 116 | 130 | 0 | 53 | 57 | 227 | 117 | 36 |
| Binary | 10000 | 10001000 | 1001110 | 1011000 | 0 | 101011 | 101111 | 10010111 | 1001111 | 11110 |
Color Harmonies of #10884E
Complementary color
Monochromatic Colors of #10884E
Black with #10884E
Text Example
Text Example
White with #10884E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10884E; }
p { color: rgb(16,136,78); }
H1.HeaderClassName
{
color: #10884E;
}
.AnyTagClassName
{
color: #10884E;
}
</style>
background-color css
<style>
a { background-color: #10884E; }
a { background-color: rgb(16,136,78); }
div.DivClassName
{
background-color: #10884E;
}
.BgClassName
{
background-color: #10884E;
}
</style>
border-color css
<style>
span { border-color: #10884E; }
span { border-color: rgb(16,136,78); }
td.TdClassName
{
border-color: #10884E;
}
.TagClassName
{
border-color: #10884E;
}
</style>