Shades of Salem #0B883B
Tints of Salem #0B883B
RGB
CMYK
RGB Variations
Color information
#0B883B (or 0x0B883B) is known color: Salem. HEX triplet: 0B, 88 and 3B. RGB value is (11,136,59). Sum of RGB (Red+Green+Blue) = 11+136+59=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 136 (53.52% from 255 or 66.02% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 136 - color contains mainly: green. Hex color #0B883B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B883B is #F477C4. Grayscale: #5A5A5A. Windows color (decimal): -16021445 or 3901451. OLE color: 3901451.
HSL color Cylindrical-coordinate representation of color #0B883B: hue angle of 143.04º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B883B is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 136 | 59 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.47 |
| HSL | 143.04º | 0.85% | 0.29% | - |
| HSV(B) | 143.04º | 0.92% | 0.53% | - |
| XYZ | 9.73 | 18 | 7.1 | - |
| YUV | 89.85 | 110.59 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 136 | 59 | 0.92 | 0 | 0.57 | 0.47 | 143.04 | 0.85 | 0.29 |
| Hex | B | 88 | 3B | 5C | 0 | 39 | 2F | 8F | 55 | 1D |
| Octal | 13 | 210 | 73 | 134 | 0 | 71 | 57 | 217 | 125 | 35 |
| Binary | 1011 | 10001000 | 111011 | 1011100 | 0 | 111001 | 101111 | 10001111 | 1010101 | 11101 |
Color Harmonies of #0B883B
Complementary color
Monochromatic Colors of #0B883B
Black with #0B883B
Text Example
Text Example
White with #0B883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B883B; }
p { color: rgb(11,136,59); }
H1.HeaderClassName
{
color: #0B883B;
}
.AnyTagClassName
{
color: #0B883B;
}
</style>
background-color css
<style>
a { background-color: #0B883B; }
a { background-color: rgb(11,136,59); }
div.DivClassName
{
background-color: #0B883B;
}
.BgClassName
{
background-color: #0B883B;
}
</style>
border-color css
<style>
span { border-color: #0B883B; }
span { border-color: rgb(11,136,59); }
td.TdClassName
{
border-color: #0B883B;
}
.TagClassName
{
border-color: #0B883B;
}
</style>