Shades of Salem #0B7C52
Tints of Salem #0B7C52
RGB
CMYK
RGB Variations
Color information
#0B7C52 (or 0x0B7C52) is known color: Salem. HEX triplet: 0B, 7C and 52. RGB value is (11,124,82). Sum of RGB (Red+Green+Blue) = 11+124+82=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 124 (48.83% from 255 or 57.14% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 124 - color contains mainly: green. Hex color #0B7C52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7C52 is #F483AD. Grayscale: #555555. Windows color (decimal): -16024494 or 5405707. OLE color: 5405707.
HSL color Cylindrical-coordinate representation of color #0B7C52: hue angle of 157.7º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7C52 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 124 | 82 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.51 |
| HSL | 157.7º | 0.84% | 0.26% | - |
| HSV(B) | 157.7º | 0.91% | 0.49% | - |
| XYZ | 8.87 | 15.1 | 10.43 | - |
| YUV | 85.43 | 126.06 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 124 | 82 | 0.91 | 0 | 0.34 | 0.51 | 157.7 | 0.84 | 0.26 |
| Hex | B | 7C | 52 | 5B | 0 | 22 | 33 | 9E | 54 | 1A |
| Octal | 13 | 174 | 122 | 133 | 0 | 42 | 63 | 236 | 124 | 32 |
| Binary | 1011 | 1111100 | 1010010 | 1011011 | 0 | 100010 | 110011 | 10011110 | 1010100 | 11010 |
Color Harmonies of #0B7C52
Complementary color
Monochromatic Colors of #0B7C52
Black with #0B7C52
Text Example
Text Example
White with #0B7C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7C52; }
p { color: rgb(11,124,82); }
H1.HeaderClassName
{
color: #0B7C52;
}
.AnyTagClassName
{
color: #0B7C52;
}
</style>
background-color css
<style>
a { background-color: #0B7C52; }
a { background-color: rgb(11,124,82); }
div.DivClassName
{
background-color: #0B7C52;
}
.BgClassName
{
background-color: #0B7C52;
}
</style>
border-color css
<style>
span { border-color: #0B7C52; }
span { border-color: rgb(11,124,82); }
td.TdClassName
{
border-color: #0B7C52;
}
.TagClassName
{
border-color: #0B7C52;
}
</style>