Shades of Salem #0B824F
Tints of Salem #0B824F
RGB
CMYK
RGB Variations
Color information
#0B824F (or 0x0B824F) is known color: Salem. HEX triplet: 0B, 82 and 4F. RGB value is (11,130,79). Sum of RGB (Red+Green+Blue) = 11+130+79=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 130 (51.17% from 255 or 59.09% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 130 - color contains mainly: green. Hex color #0B824F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B824F is #F47DB0. Grayscale: #585858. Windows color (decimal): -16022961 or 5210635. OLE color: 5210635.
HSL color Cylindrical-coordinate representation of color #0B824F: hue angle of 154.29º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B824F is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 130 | 79 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.49 |
| HSL | 154.29º | 0.84% | 0.28% | - |
| HSV(B) | 154.29º | 0.92% | 0.51% | - |
| XYZ | 9.53 | 16.6 | 10.1 | - |
| YUV | 88.61 | 122.58 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 130 | 79 | 0.92 | 0 | 0.39 | 0.49 | 154.29 | 0.84 | 0.28 |
| Hex | B | 82 | 4F | 5C | 0 | 27 | 31 | 9A | 54 | 1C |
| Octal | 13 | 202 | 117 | 134 | 0 | 47 | 61 | 232 | 124 | 34 |
| Binary | 1011 | 10000010 | 1001111 | 1011100 | 0 | 100111 | 110001 | 10011010 | 1010100 | 11100 |
Color Harmonies of #0B824F
Complementary color
Monochromatic Colors of #0B824F
Black with #0B824F
Text Example
Text Example
White with #0B824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B824F; }
p { color: rgb(11,130,79); }
H1.HeaderClassName
{
color: #0B824F;
}
.AnyTagClassName
{
color: #0B824F;
}
</style>
background-color css
<style>
a { background-color: #0B824F; }
a { background-color: rgb(11,130,79); }
div.DivClassName
{
background-color: #0B824F;
}
.BgClassName
{
background-color: #0B824F;
}
</style>
border-color css
<style>
span { border-color: #0B824F; }
span { border-color: rgb(11,130,79); }
td.TdClassName
{
border-color: #0B824F;
}
.TagClassName
{
border-color: #0B824F;
}
</style>