Shades of Salem #11924D
Tints of Salem #11924D
RGB
CMYK
RGB Variations
Color information
#11924D (or 0x11924D) is known color: Salem. HEX triplet: 11, 92 and 4D. RGB value is (17,146,77). Sum of RGB (Red+Green+Blue) = 17+146+77=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 146 (57.42% from 255 or 60.83% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 146 - color contains mainly: green. Hex color #11924D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11924D is #EE6DB2. Grayscale: #636363. Windows color (decimal): -15625651 or 5083665. OLE color: 5083665.
HSL color Cylindrical-coordinate representation of color #11924D: hue angle of 147.91º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11924D is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 146 | 77 | - |
| CMYK | 0.88 | 0 | 0.47 | 0.43 |
| HSL | 147.91º | 0.79% | 0.32% | - |
| HSV(B) | 147.91º | 0.88% | 0.57% | - |
| XYZ | 11.85 | 21.21 | 10.49 | - |
| YUV | 99.56 | 115.26 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 77 | 0.88 | 0 | 0.47 | 0.43 | 147.91 | 0.79 | 0.32 |
| Hex | 11 | 92 | 4D | 58 | 0 | 2F | 2B | 94 | 4F | 20 |
| Octal | 21 | 222 | 115 | 130 | 0 | 57 | 53 | 224 | 117 | 40 |
| Binary | 10001 | 10010010 | 1001101 | 1011000 | 0 | 101111 | 101011 | 10010100 | 1001111 | 100000 |
Color Harmonies of #11924D
Complementary color
Monochromatic Colors of #11924D
Black with #11924D
Text Example
Text Example
White with #11924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11924D; }
p { color: rgb(17,146,77); }
H1.HeaderClassName
{
color: #11924D;
}
.AnyTagClassName
{
color: #11924D;
}
</style>
background-color css
<style>
a { background-color: #11924D; }
a { background-color: rgb(17,146,77); }
div.DivClassName
{
background-color: #11924D;
}
.BgClassName
{
background-color: #11924D;
}
</style>
border-color css
<style>
span { border-color: #11924D; }
span { border-color: rgb(17,146,77); }
td.TdClassName
{
border-color: #11924D;
}
.TagClassName
{
border-color: #11924D;
}
</style>