Shades of Salem #0B8F48
Tints of Salem #0B8F48
RGB
CMYK
RGB Variations
Color information
#0B8F48 (or 0x0B8F48) is known color: Salem. HEX triplet: 0B, 8F and 48. RGB value is (11,143,72). Sum of RGB (Red+Green+Blue) = 11+143+72=226 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.87% from 226); Green value is 143 (56.25% from 255 or 63.27% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 143 - color contains mainly: green. Hex color #0B8F48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8F48 is #F470B7. Grayscale: #5F5F5F. Windows color (decimal): -16019640 or 4755211. OLE color: 4755211.
HSL color Cylindrical-coordinate representation of color #0B8F48: hue angle of 147.73º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8F48 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 143 | 72 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.44 |
| HSL | 147.73º | 0.86% | 0.3% | - |
| HSV(B) | 147.73º | 0.92% | 0.56% | - |
| XYZ | 11.13 | 20.18 | 9.44 | - |
| YUV | 95.44 | 114.77 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 143 | 72 | 0.92 | 0 | 0.50 | 0.44 | 147.73 | 0.86 | 0.3 |
| Hex | B | 8F | 48 | 5C | 0 | 32 | 2C | 94 | 56 | 1E |
| Octal | 13 | 217 | 110 | 134 | 0 | 62 | 54 | 224 | 126 | 36 |
| Binary | 1011 | 10001111 | 1001000 | 1011100 | 0 | 110010 | 101100 | 10010100 | 1010110 | 11110 |
Color Harmonies of #0B8F48
Complementary color
Monochromatic Colors of #0B8F48
Black with #0B8F48
Text Example
Text Example
White with #0B8F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8F48; }
p { color: rgb(11,143,72); }
H1.HeaderClassName
{
color: #0B8F48;
}
.AnyTagClassName
{
color: #0B8F48;
}
</style>
background-color css
<style>
a { background-color: #0B8F48; }
a { background-color: rgb(11,143,72); }
div.DivClassName
{
background-color: #0B8F48;
}
.BgClassName
{
background-color: #0B8F48;
}
</style>
border-color css
<style>
span { border-color: #0B8F48; }
span { border-color: rgb(11,143,72); }
td.TdClassName
{
border-color: #0B8F48;
}
.TagClassName
{
border-color: #0B8F48;
}
</style>