Shades of Salem #11873C
Tints of Salem #11873C
RGB
CMYK
RGB Variations
Color information
#11873C (or 0x11873C) is known color: Salem. HEX triplet: 11, 87 and 3C. RGB value is (17,135,60). Sum of RGB (Red+Green+Blue) = 17+135+60=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 135 (53.12% from 255 or 63.68% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 135 - color contains mainly: green. Hex color #11873C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11873C is #EE78C3. Grayscale: #5B5B5B. Windows color (decimal): -15628484 or 3966737. OLE color: 3966737.
HSL color Cylindrical-coordinate representation of color #11873C: hue angle of 141.86º 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 #11873C is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 135 | 60 | - |
| CMYK | 0.87 | 0 | 0.56 | 0.47 |
| HSL | 141.86º | 0.78% | 0.3% | - |
| HSV(B) | 141.86º | 0.87% | 0.53% | - |
| XYZ | 9.71 | 17.77 | 7.19 | - |
| YUV | 91.17 | 110.41 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 60 | 0.87 | 0 | 0.56 | 0.47 | 141.86 | 0.78 | 0.3 |
| Hex | 11 | 87 | 3C | 57 | 0 | 38 | 2F | 8E | 4E | 1E |
| Octal | 21 | 207 | 74 | 127 | 0 | 70 | 57 | 216 | 116 | 36 |
| Binary | 10001 | 10000111 | 111100 | 1010111 | 0 | 111000 | 101111 | 10001110 | 1001110 | 11110 |
Color Harmonies of #11873C
Complementary color
Monochromatic Colors of #11873C
Black with #11873C
Text Example
Text Example
White with #11873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11873C; }
p { color: rgb(17,135,60); }
H1.HeaderClassName
{
color: #11873C;
}
.AnyTagClassName
{
color: #11873C;
}
</style>
background-color css
<style>
a { background-color: #11873C; }
a { background-color: rgb(17,135,60); }
div.DivClassName
{
background-color: #11873C;
}
.BgClassName
{
background-color: #11873C;
}
</style>
border-color css
<style>
span { border-color: #11873C; }
span { border-color: rgb(17,135,60); }
td.TdClassName
{
border-color: #11873C;
}
.TagClassName
{
border-color: #11873C;
}
</style>