Shades of Salem #0B823F
Tints of Salem #0B823F
RGB
CMYK
RGB Variations
Color information
#0B823F (or 0x0B823F) is known color: Salem. HEX triplet: 0B, 82 and 3F. RGB value is (11,130,63). Sum of RGB (Red+Green+Blue) = 11+130+63=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 130 (51.17% from 255 or 63.73% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 130 - color contains mainly: green. Hex color #0B823F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B823F is #F47DC0. Grayscale: #565656. Windows color (decimal): -16022977 or 4162059. OLE color: 4162059.
HSL color Cylindrical-coordinate representation of color #0B823F: hue angle of 146.22º 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 #0B823F is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 130 | 63 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.49 |
| HSL | 146.22º | 0.84% | 0.28% | - |
| HSV(B) | 146.22º | 0.92% | 0.51% | - |
| XYZ | 9.02 | 16.4 | 7.39 | - |
| YUV | 86.78 | 114.58 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 130 | 63 | 0.92 | 0 | 0.52 | 0.49 | 146.22 | 0.84 | 0.28 |
| Hex | B | 82 | 3F | 5C | 0 | 34 | 31 | 92 | 54 | 1C |
| Octal | 13 | 202 | 77 | 134 | 0 | 64 | 61 | 222 | 124 | 34 |
| Binary | 1011 | 10000010 | 111111 | 1011100 | 0 | 110100 | 110001 | 10010010 | 1010100 | 11100 |
Color Harmonies of #0B823F
Complementary color
Monochromatic Colors of #0B823F
Black with #0B823F
Text Example
Text Example
White with #0B823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B823F; }
p { color: rgb(11,130,63); }
H1.HeaderClassName
{
color: #0B823F;
}
.AnyTagClassName
{
color: #0B823F;
}
</style>
background-color css
<style>
a { background-color: #0B823F; }
a { background-color: rgb(11,130,63); }
div.DivClassName
{
background-color: #0B823F;
}
.BgClassName
{
background-color: #0B823F;
}
</style>
border-color css
<style>
span { border-color: #0B823F; }
span { border-color: rgb(11,130,63); }
td.TdClassName
{
border-color: #0B823F;
}
.TagClassName
{
border-color: #0B823F;
}
</style>