Shades of Salem #10884C
Tints of Salem #10884C
RGB
CMYK
RGB Variations
Color information
#10884C (or 0x10884C) is known color: Salem. HEX triplet: 10, 88 and 4C. RGB value is (16,136,76). Sum of RGB (Red+Green+Blue) = 16+136+76=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 136 (53.52% from 255 or 59.65% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 136 - color contains mainly: green. Hex color #10884C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10884C is #EF77B3. Grayscale: #5D5D5D. Windows color (decimal): -15693748 or 5015568. OLE color: 5015568.
HSL color Cylindrical-coordinate representation of color #10884C: hue angle of 150º 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 #10884C is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 136 | 76 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.47 |
| HSL | 150º | 0.79% | 0.3% | - |
| HSV(B) | 150º | 0.88% | 0.53% | - |
| XYZ | 10.32 | 18.24 | 9.81 | - |
| YUV | 93.28 | 118.24 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 136 | 76 | 0.88 | 0 | 0.44 | 0.47 | 150 | 0.79 | 0.3 |
| Hex | 10 | 88 | 4C | 58 | 0 | 2C | 2F | 96 | 4F | 1E |
| Octal | 20 | 210 | 114 | 130 | 0 | 54 | 57 | 226 | 117 | 36 |
| Binary | 10000 | 10001000 | 1001100 | 1011000 | 0 | 101100 | 101111 | 10010110 | 1001111 | 11110 |
Color Harmonies of #10884C
Complementary color
Monochromatic Colors of #10884C
Black with #10884C
Text Example
Text Example
White with #10884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10884C; }
p { color: rgb(16,136,76); }
H1.HeaderClassName
{
color: #10884C;
}
.AnyTagClassName
{
color: #10884C;
}
</style>
background-color css
<style>
a { background-color: #10884C; }
a { background-color: rgb(16,136,76); }
div.DivClassName
{
background-color: #10884C;
}
.BgClassName
{
background-color: #10884C;
}
</style>
border-color css
<style>
span { border-color: #10884C; }
span { border-color: rgb(16,136,76); }
td.TdClassName
{
border-color: #10884C;
}
.TagClassName
{
border-color: #10884C;
}
</style>