Shades of Salem #10883F
Tints of Salem #10883F
RGB
CMYK
RGB Variations
Color information
#10883F (or 0x10883F) is known color: Salem. HEX triplet: 10, 88 and 3F. RGB value is (16,136,63). Sum of RGB (Red+Green+Blue) = 16+136+63=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 136 (53.52% from 255 or 63.26% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 136 - color contains mainly: green. Hex color #10883F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10883F is #EF77C0. Grayscale: #5B5B5B. Windows color (decimal): -15693761 or 4163600. OLE color: 4163600.
HSL color Cylindrical-coordinate representation of color #10883F: hue angle of 143.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 #10883F is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 136 | 63 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.47 |
| HSL | 143.5º | 0.79% | 0.3% | - |
| HSV(B) | 143.5º | 0.88% | 0.53% | - |
| XYZ | 9.92 | 18.08 | 7.67 | - |
| YUV | 91.8 | 111.74 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 136 | 63 | 0.88 | 0 | 0.54 | 0.47 | 143.5 | 0.79 | 0.3 |
| Hex | 10 | 88 | 3F | 58 | 0 | 36 | 2F | 90 | 4F | 1E |
| Octal | 20 | 210 | 77 | 130 | 0 | 66 | 57 | 220 | 117 | 36 |
| Binary | 10000 | 10001000 | 111111 | 1011000 | 0 | 110110 | 101111 | 10010000 | 1001111 | 11110 |
Color Harmonies of #10883F
Complementary color
Monochromatic Colors of #10883F
Black with #10883F
Text Example
Text Example
White with #10883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10883F; }
p { color: rgb(16,136,63); }
H1.HeaderClassName
{
color: #10883F;
}
.AnyTagClassName
{
color: #10883F;
}
</style>
background-color css
<style>
a { background-color: #10883F; }
a { background-color: rgb(16,136,63); }
div.DivClassName
{
background-color: #10883F;
}
.BgClassName
{
background-color: #10883F;
}
</style>
border-color css
<style>
span { border-color: #10883F; }
span { border-color: rgb(16,136,63); }
td.TdClassName
{
border-color: #10883F;
}
.TagClassName
{
border-color: #10883F;
}
</style>