Shades of Deep Fir #0B4819
Tints of Deep Fir #0B4819
RGB
CMYK
RGB Variations
Color information
#0B4819 (or 0x0B4819) is known color: Deep Fir. HEX triplet: 0B, 48 and 19. RGB value is (11,72,25). Sum of RGB (Red+Green+Blue) = 11+72+25=108 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.19% from 108); Green value is 72 (28.52% from 255 or 66.67% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 72 - color contains mainly: green. Hex color #0B4819 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4819 is #F4B7E6. Grayscale: #303030. Windows color (decimal): -16037863 or 1656843. OLE color: 1656843.
HSL color Cylindrical-coordinate representation of color #0B4819: hue angle of 133.77º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4819 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 72 | 25 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.72 |
| HSL | 133.77º | 0.73% | 0.16% | - |
| HSV(B) | 133.77º | 0.85% | 0.28% | - |
| XYZ | 2.63 | 4.78 | 1.7 | - |
| YUV | 48.4 | 114.79 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 72 | 25 | 0.85 | 0 | 0.65 | 0.72 | 133.77 | 0.73 | 0.16 |
| Hex | B | 48 | 19 | 55 | 0 | 41 | 48 | 86 | 49 | 10 |
| Octal | 13 | 110 | 31 | 125 | 0 | 101 | 110 | 206 | 111 | 20 |
| Binary | 1011 | 1001000 | 11001 | 1010101 | 0 | 1000001 | 1001000 | 10000110 | 1001001 | 10000 |
Color Harmonies of #0B4819
Complementary color
Monochromatic Colors of #0B4819
Black with #0B4819
Text Example
Text Example
White with #0B4819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4819; }
p { color: rgb(11,72,25); }
H1.HeaderClassName
{
color: #0B4819;
}
.AnyTagClassName
{
color: #0B4819;
}
</style>
background-color css
<style>
a { background-color: #0B4819; }
a { background-color: rgb(11,72,25); }
div.DivClassName
{
background-color: #0B4819;
}
.BgClassName
{
background-color: #0B4819;
}
</style>
border-color css
<style>
span { border-color: #0B4819; }
span { border-color: rgb(11,72,25); }
td.TdClassName
{
border-color: #0B4819;
}
.TagClassName
{
border-color: #0B4819;
}
</style>