Shades of Salem #11804C
Tints of Salem #11804C
RGB
CMYK
RGB Variations
Color information
#11804C (or 0x11804C) is known color: Salem. HEX triplet: 11, 80 and 4C. RGB value is (17,128,76). Sum of RGB (Red+Green+Blue) = 17+128+76=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #11804C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11804C is #EE7FB3. Grayscale: #585858. Windows color (decimal): -15630260 or 5013521. OLE color: 5013521.
HSL color Cylindrical-coordinate representation of color #11804C: hue angle of 151.89º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11804C is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 128 | 76 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.50 |
| HSL | 151.89º | 0.77% | 0.28% | - |
| HSV(B) | 151.89º | 0.87% | 0.5% | - |
| XYZ | 9.25 | 16.08 | 9.45 | - |
| YUV | 88.88 | 120.73 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 128 | 76 | 0.87 | 0 | 0.41 | 0.50 | 151.89 | 0.77 | 0.28 |
| Hex | 11 | 80 | 4C | 57 | 0 | 29 | 32 | 98 | 4D | 1C |
| Octal | 21 | 200 | 114 | 127 | 0 | 51 | 62 | 230 | 115 | 34 |
| Binary | 10001 | 10000000 | 1001100 | 1010111 | 0 | 101001 | 110010 | 10011000 | 1001101 | 11100 |
Color Harmonies of #11804C
Complementary color
Monochromatic Colors of #11804C
Black with #11804C
Text Example
Text Example
White with #11804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11804C; }
p { color: rgb(17,128,76); }
H1.HeaderClassName
{
color: #11804C;
}
.AnyTagClassName
{
color: #11804C;
}
</style>
background-color css
<style>
a { background-color: #11804C; }
a { background-color: rgb(17,128,76); }
div.DivClassName
{
background-color: #11804C;
}
.BgClassName
{
background-color: #11804C;
}
</style>
border-color css
<style>
span { border-color: #11804C; }
span { border-color: rgb(17,128,76); }
td.TdClassName
{
border-color: #11804C;
}
.TagClassName
{
border-color: #11804C;
}
</style>