Shades of Salem #11903D
Tints of Salem #11903D
RGB
CMYK
RGB Variations
Color information
#11903D (or 0x11903D) is known color: Salem. HEX triplet: 11, 90 and 3D. RGB value is (17,144,61). Sum of RGB (Red+Green+Blue) = 17+144+61=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 144 (56.64% from 255 or 64.86% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 144 - color contains mainly: green. Hex color #11903D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11903D is #EE6FC2. Grayscale: #606060. Windows color (decimal): -15626179 or 4034577. OLE color: 4034577.
HSL color Cylindrical-coordinate representation of color #11903D: hue angle of 140.79º 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 #11903D is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 144 | 61 | - |
| CMYK | 0.88 | 0 | 0.58 | 0.44 |
| HSL | 140.79º | 0.79% | 0.32% | - |
| HSV(B) | 140.79º | 0.88% | 0.56% | - |
| XYZ | 11.05 | 20.4 | 7.77 | - |
| YUV | 96.57 | 107.92 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 61 | 0.88 | 0 | 0.58 | 0.44 | 140.79 | 0.79 | 0.32 |
| Hex | 11 | 90 | 3D | 58 | 0 | 3A | 2C | 8D | 4F | 20 |
| Octal | 21 | 220 | 75 | 130 | 0 | 72 | 54 | 215 | 117 | 40 |
| Binary | 10001 | 10010000 | 111101 | 1011000 | 0 | 111010 | 101100 | 10001101 | 1001111 | 100000 |
Color Harmonies of #11903D
Complementary color
Monochromatic Colors of #11903D
Black with #11903D
Text Example
Text Example
White with #11903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11903D; }
p { color: rgb(17,144,61); }
H1.HeaderClassName
{
color: #11903D;
}
.AnyTagClassName
{
color: #11903D;
}
</style>
background-color css
<style>
a { background-color: #11903D; }
a { background-color: rgb(17,144,61); }
div.DivClassName
{
background-color: #11903D;
}
.BgClassName
{
background-color: #11903D;
}
</style>
border-color css
<style>
span { border-color: #11903D; }
span { border-color: rgb(17,144,61); }
td.TdClassName
{
border-color: #11903D;
}
.TagClassName
{
border-color: #11903D;
}
</style>