Shades of Salem #11844E
Tints of Salem #11844E
RGB
CMYK
RGB Variations
Color information
#11844E (or 0x11844E) is known color: Salem. HEX triplet: 11, 84 and 4E. RGB value is (17,132,78). Sum of RGB (Red+Green+Blue) = 17+132+78=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #11844E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11844E is #EE7BB1. Grayscale: #5B5B5B. Windows color (decimal): -15629234 or 5145617. OLE color: 5145617.
HSL color Cylindrical-coordinate representation of color #11844E: hue angle of 151.83º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11844E is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 132 | 78 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.48 |
| HSL | 151.83º | 0.77% | 0.29% | - |
| HSV(B) | 151.83º | 0.87% | 0.52% | - |
| XYZ | 9.86 | 17.17 | 10 | - |
| YUV | 91.46 | 120.4 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 132 | 78 | 0.87 | 0 | 0.41 | 0.48 | 151.83 | 0.77 | 0.29 |
| Hex | 11 | 84 | 4E | 57 | 0 | 29 | 30 | 98 | 4D | 1D |
| Octal | 21 | 204 | 116 | 127 | 0 | 51 | 60 | 230 | 115 | 35 |
| Binary | 10001 | 10000100 | 1001110 | 1010111 | 0 | 101001 | 110000 | 10011000 | 1001101 | 11101 |
Color Harmonies of #11844E
Complementary color
Monochromatic Colors of #11844E
Black with #11844E
Text Example
Text Example
White with #11844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11844E; }
p { color: rgb(17,132,78); }
H1.HeaderClassName
{
color: #11844E;
}
.AnyTagClassName
{
color: #11844E;
}
</style>
background-color css
<style>
a { background-color: #11844E; }
a { background-color: rgb(17,132,78); }
div.DivClassName
{
background-color: #11844E;
}
.BgClassName
{
background-color: #11844E;
}
</style>
border-color css
<style>
span { border-color: #11844E; }
span { border-color: rgb(17,132,78); }
td.TdClassName
{
border-color: #11844E;
}
.TagClassName
{
border-color: #11844E;
}
</style>