Shades of Salem #0B883A
Tints of Salem #0B883A
RGB
CMYK
RGB Variations
Color information
#0B883A (or 0x0B883A) is known color: Salem. HEX triplet: 0B, 88 and 3A. RGB value is (11,136,58). Sum of RGB (Red+Green+Blue) = 11+136+58=205 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.37% from 205); Green value is 136 (53.52% from 255 or 66.34% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 136 - color contains mainly: green. Hex color #0B883A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B883A is #F477C5. Grayscale: #595959. Windows color (decimal): -16021446 or 3835915. OLE color: 3835915.
HSL color Cylindrical-coordinate representation of color #0B883A: hue angle of 142.56º 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 #0B883A is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 136 | 58 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.47 |
| HSL | 142.56º | 0.85% | 0.29% | - |
| HSV(B) | 142.56º | 0.92% | 0.53% | - |
| XYZ | 9.71 | 17.98 | 6.96 | - |
| YUV | 89.73 | 110.09 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 136 | 58 | 0.92 | 0 | 0.57 | 0.47 | 142.56 | 0.85 | 0.29 |
| Hex | B | 88 | 3A | 5C | 0 | 39 | 2F | 8F | 55 | 1D |
| Octal | 13 | 210 | 72 | 134 | 0 | 71 | 57 | 217 | 125 | 35 |
| Binary | 1011 | 10001000 | 111010 | 1011100 | 0 | 111001 | 101111 | 10001111 | 1010101 | 11101 |
Color Harmonies of #0B883A
Complementary color
Monochromatic Colors of #0B883A
Black with #0B883A
Text Example
Text Example
White with #0B883A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B883A; }
p { color: rgb(11,136,58); }
H1.HeaderClassName
{
color: #0B883A;
}
.AnyTagClassName
{
color: #0B883A;
}
</style>
background-color css
<style>
a { background-color: #0B883A; }
a { background-color: rgb(11,136,58); }
div.DivClassName
{
background-color: #0B883A;
}
.BgClassName
{
background-color: #0B883A;
}
</style>
border-color css
<style>
span { border-color: #0B883A; }
span { border-color: rgb(11,136,58); }
td.TdClassName
{
border-color: #0B883A;
}
.TagClassName
{
border-color: #0B883A;
}
</style>