Shades of Salem #0B8E49
Tints of Salem #0B8E49
RGB
CMYK
RGB Variations
Color information
#0B8E49 (or 0x0B8E49) is known color: Salem. HEX triplet: 0B, 8E and 49. RGB value is (11,142,73). Sum of RGB (Red+Green+Blue) = 11+142+73=226 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.87% from 226); Green value is 142 (55.86% from 255 or 62.83% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 142 - color contains mainly: green. Hex color #0B8E49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8E49 is #F471B6. Grayscale: #5F5F5F. Windows color (decimal): -16019895 or 4820491. OLE color: 4820491.
HSL color Cylindrical-coordinate representation of color #0B8E49: hue angle of 148.4º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8E49 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 142 | 73 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.44 |
| HSL | 148.4º | 0.86% | 0.3% | - |
| HSV(B) | 148.4º | 0.92% | 0.56% | - |
| XYZ | 11.01 | 19.9 | 9.56 | - |
| YUV | 94.97 | 115.6 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 142 | 73 | 0.92 | 0 | 0.49 | 0.44 | 148.4 | 0.86 | 0.3 |
| Hex | B | 8E | 49 | 5C | 0 | 31 | 2C | 94 | 56 | 1E |
| Octal | 13 | 216 | 111 | 134 | 0 | 61 | 54 | 224 | 126 | 36 |
| Binary | 1011 | 10001110 | 1001001 | 1011100 | 0 | 110001 | 101100 | 10010100 | 1010110 | 11110 |
Color Harmonies of #0B8E49
Complementary color
Monochromatic Colors of #0B8E49
Black with #0B8E49
Text Example
Text Example
White with #0B8E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8E49; }
p { color: rgb(11,142,73); }
H1.HeaderClassName
{
color: #0B8E49;
}
.AnyTagClassName
{
color: #0B8E49;
}
</style>
background-color css
<style>
a { background-color: #0B8E49; }
a { background-color: rgb(11,142,73); }
div.DivClassName
{
background-color: #0B8E49;
}
.BgClassName
{
background-color: #0B8E49;
}
</style>
border-color css
<style>
span { border-color: #0B8E49; }
span { border-color: rgb(11,142,73); }
td.TdClassName
{
border-color: #0B8E49;
}
.TagClassName
{
border-color: #0B8E49;
}
</style>