Shades of Salem #10874C
Tints of Salem #10874C
RGB
CMYK
RGB Variations
Color information
#10874C (or 0x10874C) is known color: Salem. HEX triplet: 10, 87 and 4C. RGB value is (16,135,76). Sum of RGB (Red+Green+Blue) = 16+135+76=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 135 (53.12% from 255 or 59.47% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 135 - color contains mainly: green. Hex color #10874C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10874C is #EF78B3. Grayscale: #5C5C5C. Windows color (decimal): -15694004 or 5015312. OLE color: 5015312.
HSL color Cylindrical-coordinate representation of color #10874C: hue angle of 150.25º 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 #10874C is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 135 | 76 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.47 |
| HSL | 150.25º | 0.79% | 0.3% | - |
| HSV(B) | 150.25º | 0.88% | 0.53% | - |
| XYZ | 10.18 | 17.96 | 9.77 | - |
| YUV | 92.69 | 118.58 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 76 | 0.88 | 0 | 0.44 | 0.47 | 150.25 | 0.79 | 0.3 |
| Hex | 10 | 87 | 4C | 58 | 0 | 2C | 2F | 96 | 4F | 1E |
| Octal | 20 | 207 | 114 | 130 | 0 | 54 | 57 | 226 | 117 | 36 |
| Binary | 10000 | 10000111 | 1001100 | 1011000 | 0 | 101100 | 101111 | 10010110 | 1001111 | 11110 |
Color Harmonies of #10874C
Complementary color
Monochromatic Colors of #10874C
Black with #10874C
Text Example
Text Example
White with #10874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10874C; }
p { color: rgb(16,135,76); }
H1.HeaderClassName
{
color: #10874C;
}
.AnyTagClassName
{
color: #10874C;
}
</style>
background-color css
<style>
a { background-color: #10874C; }
a { background-color: rgb(16,135,76); }
div.DivClassName
{
background-color: #10874C;
}
.BgClassName
{
background-color: #10874C;
}
</style>
border-color css
<style>
span { border-color: #10874C; }
span { border-color: rgb(16,135,76); }
td.TdClassName
{
border-color: #10874C;
}
.TagClassName
{
border-color: #10874C;
}
</style>