Shades of Salem #0B8849
Tints of Salem #0B8849
RGB
CMYK
RGB Variations
Color information
#0B8849 (or 0x0B8849) is known color: Salem. HEX triplet: 0B, 88 and 49. RGB value is (11,136,73). Sum of RGB (Red+Green+Blue) = 11+136+73=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 136 (53.52% from 255 or 61.82% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 136 - color contains mainly: green. Hex color #0B8849 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8849 is #F477B6. Grayscale: #5B5B5B. Windows color (decimal): -16021431 or 4818955. OLE color: 4818955.
HSL color Cylindrical-coordinate representation of color #0B8849: hue angle of 149.76º 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 #0B8849 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 136 | 73 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.47 |
| HSL | 149.76º | 0.85% | 0.29% | - |
| HSV(B) | 149.76º | 0.92% | 0.53% | - |
| XYZ | 10.14 | 18.16 | 9.27 | - |
| YUV | 91.44 | 117.59 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 136 | 73 | 0.92 | 0 | 0.46 | 0.47 | 149.76 | 0.85 | 0.29 |
| Hex | B | 88 | 49 | 5C | 0 | 2E | 2F | 96 | 55 | 1D |
| Octal | 13 | 210 | 111 | 134 | 0 | 56 | 57 | 226 | 125 | 35 |
| Binary | 1011 | 10001000 | 1001001 | 1011100 | 0 | 101110 | 101111 | 10010110 | 1010101 | 11101 |
Color Harmonies of #0B8849
Complementary color
Monochromatic Colors of #0B8849
Black with #0B8849
Text Example
Text Example
White with #0B8849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8849; }
p { color: rgb(11,136,73); }
H1.HeaderClassName
{
color: #0B8849;
}
.AnyTagClassName
{
color: #0B8849;
}
</style>
background-color css
<style>
a { background-color: #0B8849; }
a { background-color: rgb(11,136,73); }
div.DivClassName
{
background-color: #0B8849;
}
.BgClassName
{
background-color: #0B8849;
}
</style>
border-color css
<style>
span { border-color: #0B8849; }
span { border-color: rgb(11,136,73); }
td.TdClassName
{
border-color: #0B8849;
}
.TagClassName
{
border-color: #0B8849;
}
</style>