Shades of Salem #0B7C49
Tints of Salem #0B7C49
RGB
CMYK
RGB Variations
Color information
#0B7C49 (or 0x0B7C49) is known color: Salem. HEX triplet: 0B, 7C and 49. RGB value is (11,124,73). Sum of RGB (Red+Green+Blue) = 11+124+73=208 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.29% from 208); Green value is 124 (48.83% from 255 or 59.62% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 124 - color contains mainly: green. Hex color #0B7C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7C49 is #F483B6. Grayscale: #545454. Windows color (decimal): -16024503 or 4815883. OLE color: 4815883.
HSL color Cylindrical-coordinate representation of color #0B7C49: hue angle of 152.92º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7C49 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 124 | 73 | - |
| CMYK | 0.91 | 0 | 0.41 | 0.51 |
| HSL | 152.92º | 0.84% | 0.26% | - |
| HSV(B) | 152.92º | 0.91% | 0.49% | - |
| XYZ | 8.55 | 14.97 | 8.74 | - |
| YUV | 84.4 | 121.56 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 124 | 73 | 0.91 | 0 | 0.41 | 0.51 | 152.92 | 0.84 | 0.26 |
| Hex | B | 7C | 49 | 5B | 0 | 29 | 33 | 99 | 54 | 1A |
| Octal | 13 | 174 | 111 | 133 | 0 | 51 | 63 | 231 | 124 | 32 |
| Binary | 1011 | 1111100 | 1001001 | 1011011 | 0 | 101001 | 110011 | 10011001 | 1010100 | 11010 |
Color Harmonies of #0B7C49
Complementary color
Monochromatic Colors of #0B7C49
Black with #0B7C49
Text Example
Text Example
White with #0B7C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7C49; }
p { color: rgb(11,124,73); }
H1.HeaderClassName
{
color: #0B7C49;
}
.AnyTagClassName
{
color: #0B7C49;
}
</style>
background-color css
<style>
a { background-color: #0B7C49; }
a { background-color: rgb(11,124,73); }
div.DivClassName
{
background-color: #0B7C49;
}
.BgClassName
{
background-color: #0B7C49;
}
</style>
border-color css
<style>
span { border-color: #0B7C49; }
span { border-color: rgb(11,124,73); }
td.TdClassName
{
border-color: #0B7C49;
}
.TagClassName
{
border-color: #0B7C49;
}
</style>