Shades of Salem #11924F
Tints of Salem #11924F
RGB
CMYK
RGB Variations
Color information
#11924F (or 0x11924F) is known color: Salem. HEX triplet: 11, 92 and 4F. RGB value is (17,146,79). Sum of RGB (Red+Green+Blue) = 17+146+79=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 146 (57.42% from 255 or 60.33% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 146 - color contains mainly: green. Hex color #11924F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11924F is #EE6DB0. Grayscale: #636363. Windows color (decimal): -15625649 or 5214737. OLE color: 5214737.
HSL color Cylindrical-coordinate representation of color #11924F: hue angle of 148.84º 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 #11924F is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 146 | 79 | - |
| CMYK | 0.88 | 0 | 0.46 | 0.43 |
| HSL | 148.84º | 0.79% | 0.32% | - |
| HSV(B) | 148.84º | 0.88% | 0.57% | - |
| XYZ | 11.92 | 21.24 | 10.87 | - |
| YUV | 99.79 | 116.26 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 79 | 0.88 | 0 | 0.46 | 0.43 | 148.84 | 0.79 | 0.32 |
| Hex | 11 | 92 | 4F | 58 | 0 | 2E | 2B | 95 | 4F | 20 |
| Octal | 21 | 222 | 117 | 130 | 0 | 56 | 53 | 225 | 117 | 40 |
| Binary | 10001 | 10010010 | 1001111 | 1011000 | 0 | 101110 | 101011 | 10010101 | 1001111 | 100000 |
Color Harmonies of #11924F
Complementary color
Monochromatic Colors of #11924F
Black with #11924F
Text Example
Text Example
White with #11924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11924F; }
p { color: rgb(17,146,79); }
H1.HeaderClassName
{
color: #11924F;
}
.AnyTagClassName
{
color: #11924F;
}
</style>
background-color css
<style>
a { background-color: #11924F; }
a { background-color: rgb(17,146,79); }
div.DivClassName
{
background-color: #11924F;
}
.BgClassName
{
background-color: #11924F;
}
</style>
border-color css
<style>
span { border-color: #11924F; }
span { border-color: rgb(17,146,79); }
td.TdClassName
{
border-color: #11924F;
}
.TagClassName
{
border-color: #11924F;
}
</style>