Shades of Salem #0B8A53
Tints of Salem #0B8A53
RGB
CMYK
RGB Variations
Color information
#0B8A53 (or 0x0B8A53) is known color: Salem. HEX triplet: 0B, 8A and 53. RGB value is (11,138,83). Sum of RGB (Red+Green+Blue) = 11+138+83=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 138 (54.30% from 255 or 59.48% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 138 - color contains mainly: green. Hex color #0B8A53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8A53 is #F475AC. Grayscale: #5D5D5D. Windows color (decimal): -16020909 or 5474827. OLE color: 5474827.
HSL color Cylindrical-coordinate representation of color #0B8A53: hue angle of 154.02º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8A53 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 138 | 83 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.46 |
| HSL | 154.02º | 0.85% | 0.29% | - |
| HSV(B) | 154.02º | 0.92% | 0.54% | - |
| XYZ | 10.79 | 18.87 | 11.26 | - |
| YUV | 93.76 | 121.92 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 138 | 83 | 0.92 | 0 | 0.40 | 0.46 | 154.02 | 0.85 | 0.29 |
| Hex | B | 8A | 53 | 5C | 0 | 28 | 2E | 9A | 55 | 1D |
| Octal | 13 | 212 | 123 | 134 | 0 | 50 | 56 | 232 | 125 | 35 |
| Binary | 1011 | 10001010 | 1010011 | 1011100 | 0 | 101000 | 101110 | 10011010 | 1010101 | 11101 |
Color Harmonies of #0B8A53
Complementary color
Monochromatic Colors of #0B8A53
Black with #0B8A53
Text Example
Text Example
White with #0B8A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8A53; }
p { color: rgb(11,138,83); }
H1.HeaderClassName
{
color: #0B8A53;
}
.AnyTagClassName
{
color: #0B8A53;
}
</style>
background-color css
<style>
a { background-color: #0B8A53; }
a { background-color: rgb(11,138,83); }
div.DivClassName
{
background-color: #0B8A53;
}
.BgClassName
{
background-color: #0B8A53;
}
</style>
border-color css
<style>
span { border-color: #0B8A53; }
span { border-color: rgb(11,138,83); }
td.TdClassName
{
border-color: #0B8A53;
}
.TagClassName
{
border-color: #0B8A53;
}
</style>