Shades of Salem #10873E
Tints of Salem #10873E
RGB
CMYK
RGB Variations
Color information
#10873E (or 0x10873E) is known color: Salem. HEX triplet: 10, 87 and 3E. RGB value is (16,135,62). Sum of RGB (Red+Green+Blue) = 16+135+62=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 135 (53.12% from 255 or 63.38% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 135 - color contains mainly: green. Hex color #10873E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10873E is #EF78C1. Grayscale: #5B5B5B. Windows color (decimal): -15694018 or 4097808. OLE color: 4097808.
HSL color Cylindrical-coordinate representation of color #10873E: hue angle of 143.19º 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 #10873E is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 135 | 62 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.47 |
| HSL | 143.19º | 0.79% | 0.3% | - |
| HSV(B) | 143.19º | 0.88% | 0.53% | - |
| XYZ | 9.75 | 17.79 | 7.48 | - |
| YUV | 91.1 | 111.58 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 62 | 0.88 | 0 | 0.54 | 0.47 | 143.19 | 0.79 | 0.3 |
| Hex | 10 | 87 | 3E | 58 | 0 | 36 | 2F | 8F | 4F | 1E |
| Octal | 20 | 207 | 76 | 130 | 0 | 66 | 57 | 217 | 117 | 36 |
| Binary | 10000 | 10000111 | 111110 | 1011000 | 0 | 110110 | 101111 | 10001111 | 1001111 | 11110 |
Color Harmonies of #10873E
Complementary color
Monochromatic Colors of #10873E
Black with #10873E
Text Example
Text Example
White with #10873E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10873E; }
p { color: rgb(16,135,62); }
H1.HeaderClassName
{
color: #10873E;
}
.AnyTagClassName
{
color: #10873E;
}
</style>
background-color css
<style>
a { background-color: #10873E; }
a { background-color: rgb(16,135,62); }
div.DivClassName
{
background-color: #10873E;
}
.BgClassName
{
background-color: #10873E;
}
</style>
border-color css
<style>
span { border-color: #10873E; }
span { border-color: rgb(16,135,62); }
td.TdClassName
{
border-color: #10873E;
}
.TagClassName
{
border-color: #10873E;
}
</style>