Shades of Salem #11904B
Tints of Salem #11904B
RGB
CMYK
RGB Variations
Color information
#11904B (or 0x11904B) is known color: Salem. HEX triplet: 11, 90 and 4B. RGB value is (17,144,75). Sum of RGB (Red+Green+Blue) = 17+144+75=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 144 (56.64% from 255 or 61.02% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 144 - color contains mainly: green. Hex color #11904B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11904B is #EE6FB4. Grayscale: #626262. Windows color (decimal): -15626165 or 4952081. OLE color: 4952081.
HSL color Cylindrical-coordinate representation of color #11904B: hue angle of 147.4º 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 #11904B is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 144 | 75 | - |
| CMYK | 0.88 | 0 | 0.48 | 0.44 |
| HSL | 147.4º | 0.79% | 0.32% | - |
| HSV(B) | 147.4º | 0.88% | 0.56% | - |
| XYZ | 11.47 | 20.57 | 10.02 | - |
| YUV | 98.16 | 114.92 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 75 | 0.88 | 0 | 0.48 | 0.44 | 147.4 | 0.79 | 0.32 |
| Hex | 11 | 90 | 4B | 58 | 0 | 30 | 2C | 93 | 4F | 20 |
| Octal | 21 | 220 | 113 | 130 | 0 | 60 | 54 | 223 | 117 | 40 |
| Binary | 10001 | 10010000 | 1001011 | 1011000 | 0 | 110000 | 101100 | 10010011 | 1001111 | 100000 |
Color Harmonies of #11904B
Complementary color
Monochromatic Colors of #11904B
Black with #11904B
Text Example
Text Example
White with #11904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11904B; }
p { color: rgb(17,144,75); }
H1.HeaderClassName
{
color: #11904B;
}
.AnyTagClassName
{
color: #11904B;
}
</style>
background-color css
<style>
a { background-color: #11904B; }
a { background-color: rgb(17,144,75); }
div.DivClassName
{
background-color: #11904B;
}
.BgClassName
{
background-color: #11904B;
}
</style>
border-color css
<style>
span { border-color: #11904B; }
span { border-color: rgb(17,144,75); }
td.TdClassName
{
border-color: #11904B;
}
.TagClassName
{
border-color: #11904B;
}
</style>