Shades of Salem #11854B
Tints of Salem #11854B
RGB
CMYK
RGB Variations
Color information
#11854B (or 0x11854B) is known color: Salem. HEX triplet: 11, 85 and 4B. RGB value is (17,133,75). Sum of RGB (Red+Green+Blue) = 17+133+75=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 133 (52.34% from 255 or 59.11% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 133 - color contains mainly: green. Hex color #11854B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11854B is #EE7AB4. Grayscale: #5B5B5B. Windows color (decimal): -15628981 or 4949265. OLE color: 4949265.
HSL color Cylindrical-coordinate representation of color #11854B: hue angle of 150º 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 #11854B is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 133 | 75 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.48 |
| HSL | 150º | 0.77% | 0.29% | - |
| HSV(B) | 150º | 0.87% | 0.52% | - |
| XYZ | 9.89 | 17.4 | 9.49 | - |
| YUV | 91.7 | 118.57 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 133 | 75 | 0.87 | 0 | 0.44 | 0.48 | 150 | 0.77 | 0.29 |
| Hex | 11 | 85 | 4B | 57 | 0 | 2C | 30 | 96 | 4D | 1D |
| Octal | 21 | 205 | 113 | 127 | 0 | 54 | 60 | 226 | 115 | 35 |
| Binary | 10001 | 10000101 | 1001011 | 1010111 | 0 | 101100 | 110000 | 10010110 | 1001101 | 11101 |
Color Harmonies of #11854B
Complementary color
Monochromatic Colors of #11854B
Black with #11854B
Text Example
Text Example
White with #11854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11854B; }
p { color: rgb(17,133,75); }
H1.HeaderClassName
{
color: #11854B;
}
.AnyTagClassName
{
color: #11854B;
}
</style>
background-color css
<style>
a { background-color: #11854B; }
a { background-color: rgb(17,133,75); }
div.DivClassName
{
background-color: #11854B;
}
.BgClassName
{
background-color: #11854B;
}
</style>
border-color css
<style>
span { border-color: #11854B; }
span { border-color: rgb(17,133,75); }
td.TdClassName
{
border-color: #11854B;
}
.TagClassName
{
border-color: #11854B;
}
</style>