Shades of Salem #11874C
Tints of Salem #11874C
RGB
CMYK
RGB Variations
Color information
#11874C (or 0x11874C) is known color: Salem. HEX triplet: 11, 87 and 4C. RGB value is (17,135,76). Sum of RGB (Red+Green+Blue) = 17+135+76=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 135 (53.12% from 255 or 59.21% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 135 - color contains mainly: green. Hex color #11874C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11874C is #EE78B3. Grayscale: #5D5D5D. Windows color (decimal): -15628468 or 5015313. OLE color: 5015313.
HSL color Cylindrical-coordinate representation of color #11874C: hue angle of 150º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11874C is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 135 | 76 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.47 |
| HSL | 150º | 0.78% | 0.3% | - |
| HSV(B) | 150º | 0.87% | 0.53% | - |
| XYZ | 10.2 | 17.97 | 9.77 | - |
| YUV | 92.99 | 118.41 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 76 | 0.87 | 0 | 0.44 | 0.47 | 150 | 0.78 | 0.3 |
| Hex | 11 | 87 | 4C | 57 | 0 | 2C | 2F | 96 | 4E | 1E |
| Octal | 21 | 207 | 114 | 127 | 0 | 54 | 57 | 226 | 116 | 36 |
| Binary | 10001 | 10000111 | 1001100 | 1010111 | 0 | 101100 | 101111 | 10010110 | 1001110 | 11110 |
Color Harmonies of #11874C
Complementary color
Monochromatic Colors of #11874C
Black with #11874C
Text Example
Text Example
White with #11874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11874C; }
p { color: rgb(17,135,76); }
H1.HeaderClassName
{
color: #11874C;
}
.AnyTagClassName
{
color: #11874C;
}
</style>
background-color css
<style>
a { background-color: #11874C; }
a { background-color: rgb(17,135,76); }
div.DivClassName
{
background-color: #11874C;
}
.BgClassName
{
background-color: #11874C;
}
</style>
border-color css
<style>
span { border-color: #11874C; }
span { border-color: rgb(17,135,76); }
td.TdClassName
{
border-color: #11874C;
}
.TagClassName
{
border-color: #11874C;
}
</style>