Shades of Salem #0B8944
Tints of Salem #0B8944
RGB
CMYK
RGB Variations
Color information
#0B8944 (or 0x0B8944) is known color: Salem. HEX triplet: 0B, 89 and 44. RGB value is (11,137,68). Sum of RGB (Red+Green+Blue) = 11+137+68=216 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.09% from 216); Green value is 137 (53.91% from 255 or 63.43% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 137 - color contains mainly: green. Hex color #0B8944 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8944 is #F476BB. Grayscale: #5B5B5B. Windows color (decimal): -16021180 or 4491531. OLE color: 4491531.
HSL color Cylindrical-coordinate representation of color #0B8944: hue angle of 147.14º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8944 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 137 | 68 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.46 |
| HSL | 147.14º | 0.85% | 0.29% | - |
| HSV(B) | 147.14º | 0.92% | 0.54% | - |
| XYZ | 10.13 | 18.38 | 8.48 | - |
| YUV | 91.46 | 114.76 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 137 | 68 | 0.92 | 0 | 0.50 | 0.46 | 147.14 | 0.85 | 0.29 |
| Hex | B | 89 | 44 | 5C | 0 | 32 | 2E | 93 | 55 | 1D |
| Octal | 13 | 211 | 104 | 134 | 0 | 62 | 56 | 223 | 125 | 35 |
| Binary | 1011 | 10001001 | 1000100 | 1011100 | 0 | 110010 | 101110 | 10010011 | 1010101 | 11101 |
Color Harmonies of #0B8944
Complementary color
Monochromatic Colors of #0B8944
Black with #0B8944
Text Example
Text Example
White with #0B8944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8944; }
p { color: rgb(11,137,68); }
H1.HeaderClassName
{
color: #0B8944;
}
.AnyTagClassName
{
color: #0B8944;
}
</style>
background-color css
<style>
a { background-color: #0B8944; }
a { background-color: rgb(11,137,68); }
div.DivClassName
{
background-color: #0B8944;
}
.BgClassName
{
background-color: #0B8944;
}
</style>
border-color css
<style>
span { border-color: #0B8944; }
span { border-color: rgb(11,137,68); }
td.TdClassName
{
border-color: #0B8944;
}
.TagClassName
{
border-color: #0B8944;
}
</style>