Shades of Deep Fir #0B4616
Tints of Deep Fir #0B4616
RGB
CMYK
RGB Variations
Color information
#0B4616 (or 0x0B4616) is known color: Deep Fir. HEX triplet: 0B, 46 and 16. RGB value is (11,70,22). Sum of RGB (Red+Green+Blue) = 11+70+22=103 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.68% from 103); Green value is 70 (27.73% from 255 or 67.96% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 70 - color contains mainly: green. Hex color #0B4616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4616 is #F4B9E9. Grayscale: #2F2F2F. Windows color (decimal): -16038378 or 1459723. OLE color: 1459723.
HSL color Cylindrical-coordinate representation of color #0B4616: hue angle of 131.19º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B4616 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 70 | 22 | - |
| CMYK | 0.84 | 0 | 0.69 | 0.73 |
| HSL | 131.19º | 0.73% | 0.16% | - |
| HSV(B) | 131.19º | 0.84% | 0.27% | - |
| XYZ | 2.47 | 4.51 | 1.5 | - |
| YUV | 46.89 | 113.95 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 70 | 22 | 0.84 | 0 | 0.69 | 0.73 | 131.19 | 0.73 | 0.16 |
| Hex | B | 46 | 16 | 54 | 0 | 45 | 49 | 83 | 49 | 10 |
| Octal | 13 | 106 | 26 | 124 | 0 | 105 | 111 | 203 | 111 | 20 |
| Binary | 1011 | 1000110 | 10110 | 1010100 | 0 | 1000101 | 1001001 | 10000011 | 1001001 | 10000 |
Color Harmonies of #0B4616
Complementary color
Monochromatic Colors of #0B4616
Black with #0B4616
Text Example
Text Example
White with #0B4616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4616; }
p { color: rgb(11,70,22); }
H1.HeaderClassName
{
color: #0B4616;
}
.AnyTagClassName
{
color: #0B4616;
}
</style>
background-color css
<style>
a { background-color: #0B4616; }
a { background-color: rgb(11,70,22); }
div.DivClassName
{
background-color: #0B4616;
}
.BgClassName
{
background-color: #0B4616;
}
</style>
border-color css
<style>
span { border-color: #0B4616; }
span { border-color: rgb(11,70,22); }
td.TdClassName
{
border-color: #0B4616;
}
.TagClassName
{
border-color: #0B4616;
}
</style>