Shades of Salem #11883B
Tints of Salem #11883B
RGB
CMYK
RGB Variations
Color information
#11883B (or 0x11883B) is known color: Salem. HEX triplet: 11, 88 and 3B. RGB value is (17,136,59). Sum of RGB (Red+Green+Blue) = 17+136+59=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 136 (53.52% from 255 or 64.15% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 136 - color contains mainly: green. Hex color #11883B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11883B is #EE77C4. Grayscale: #5B5B5B. Windows color (decimal): -15628229 or 3901457. OLE color: 3901457.
HSL color Cylindrical-coordinate representation of color #11883B: hue angle of 141.18º degrees, saturation: 0.78, 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 #11883B is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 136 | 59 | - |
| CMYK | 0.87 | 0 | 0.57 | 0.47 |
| HSL | 141.18º | 0.78% | 0.3% | - |
| HSV(B) | 141.18º | 0.88% | 0.53% | - |
| XYZ | 9.82 | 18.04 | 7.1 | - |
| YUV | 91.64 | 109.58 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 136 | 59 | 0.87 | 0 | 0.57 | 0.47 | 141.18 | 0.78 | 0.3 |
| Hex | 11 | 88 | 3B | 57 | 0 | 39 | 2F | 8D | 4E | 1E |
| Octal | 21 | 210 | 73 | 127 | 0 | 71 | 57 | 215 | 116 | 36 |
| Binary | 10001 | 10001000 | 111011 | 1010111 | 0 | 111001 | 101111 | 10001101 | 1001110 | 11110 |
Color Harmonies of #11883B
Complementary color
Monochromatic Colors of #11883B
Black with #11883B
Text Example
Text Example
White with #11883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11883B; }
p { color: rgb(17,136,59); }
H1.HeaderClassName
{
color: #11883B;
}
.AnyTagClassName
{
color: #11883B;
}
</style>
background-color css
<style>
a { background-color: #11883B; }
a { background-color: rgb(17,136,59); }
div.DivClassName
{
background-color: #11883B;
}
.BgClassName
{
background-color: #11883B;
}
</style>
border-color css
<style>
span { border-color: #11883B; }
span { border-color: rgb(17,136,59); }
td.TdClassName
{
border-color: #11883B;
}
.TagClassName
{
border-color: #11883B;
}
</style>