Shades of Salem #11903C
Tints of Salem #11903C
RGB
CMYK
RGB Variations
Color information
#11903C (or 0x11903C) is known color: Salem. HEX triplet: 11, 90 and 3C. RGB value is (17,144,60). Sum of RGB (Red+Green+Blue) = 17+144+60=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 144 (56.64% from 255 or 65.16% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 144 - color contains mainly: green. Hex color #11903C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11903C is #EE6FC3. Grayscale: #606060. Windows color (decimal): -15626180 or 3969041. OLE color: 3969041.
HSL color Cylindrical-coordinate representation of color #11903C: hue angle of 140.31º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11903C is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 144 | 60 | - |
| CMYK | 0.88 | 0 | 0.58 | 0.44 |
| HSL | 140.32º | 0.79% | 0.32% | - |
| HSV(B) | 140.32º | 0.88% | 0.56% | - |
| XYZ | 11.02 | 20.39 | 7.63 | - |
| YUV | 96.45 | 107.42 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 60 | 0.88 | 0 | 0.58 | 0.44 | 140.32 | 0.79 | 0.32 |
| Hex | 11 | 90 | 3C | 58 | 0 | 3A | 2C | 8C | 4F | 20 |
| Octal | 21 | 220 | 74 | 130 | 0 | 72 | 54 | 214 | 117 | 40 |
| Binary | 10001 | 10010000 | 111100 | 1011000 | 0 | 111010 | 101100 | 10001100 | 1001111 | 100000 |
Color Harmonies of #11903C
Complementary color
Monochromatic Colors of #11903C
Black with #11903C
Text Example
Text Example
White with #11903C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11903C; }
p { color: rgb(17,144,60); }
H1.HeaderClassName
{
color: #11903C;
}
.AnyTagClassName
{
color: #11903C;
}
</style>
background-color css
<style>
a { background-color: #11903C; }
a { background-color: rgb(17,144,60); }
div.DivClassName
{
background-color: #11903C;
}
.BgClassName
{
background-color: #11903C;
}
</style>
border-color css
<style>
span { border-color: #11903C; }
span { border-color: rgb(17,144,60); }
td.TdClassName
{
border-color: #11903C;
}
.TagClassName
{
border-color: #11903C;
}
</style>