Shades of Salem #0B8341
Tints of Salem #0B8341
RGB
CMYK
RGB Variations
Color information
#0B8341 (or 0x0B8341) is known color: Salem. HEX triplet: 0B, 83 and 41. RGB value is (11,131,65). Sum of RGB (Red+Green+Blue) = 11+131+65=207 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.31% from 207); Green value is 131 (51.56% from 255 or 63.29% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 131 - color contains mainly: green. Hex color #0B8341 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8341 is #F47CBE. Grayscale: #575757. Windows color (decimal): -16022719 or 4293387. OLE color: 4293387.
HSL color Cylindrical-coordinate representation of color #0B8341: hue angle of 147º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8341 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 131 | 65 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.49 |
| HSL | 147º | 0.85% | 0.28% | - |
| HSV(B) | 147º | 0.92% | 0.51% | - |
| XYZ | 9.21 | 16.69 | 7.74 | - |
| YUV | 87.6 | 115.24 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 131 | 65 | 0.92 | 0 | 0.50 | 0.49 | 147 | 0.85 | 0.28 |
| Hex | B | 83 | 41 | 5C | 0 | 32 | 31 | 93 | 55 | 1C |
| Octal | 13 | 203 | 101 | 134 | 0 | 62 | 61 | 223 | 125 | 34 |
| Binary | 1011 | 10000011 | 1000001 | 1011100 | 0 | 110010 | 110001 | 10010011 | 1010101 | 11100 |
Color Harmonies of #0B8341
Complementary color
Monochromatic Colors of #0B8341
Black with #0B8341
Text Example
Text Example
White with #0B8341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8341; }
p { color: rgb(11,131,65); }
H1.HeaderClassName
{
color: #0B8341;
}
.AnyTagClassName
{
color: #0B8341;
}
</style>
background-color css
<style>
a { background-color: #0B8341; }
a { background-color: rgb(11,131,65); }
div.DivClassName
{
background-color: #0B8341;
}
.BgClassName
{
background-color: #0B8341;
}
</style>
border-color css
<style>
span { border-color: #0B8341; }
span { border-color: rgb(11,131,65); }
td.TdClassName
{
border-color: #0B8341;
}
.TagClassName
{
border-color: #0B8341;
}
</style>