Shades of Deep Fir #0B4C1D
Tints of Deep Fir #0B4C1D
RGB
CMYK
RGB Variations
Color information
#0B4C1D (or 0x0B4C1D) is known color: Deep Fir. HEX triplet: 0B, 4C and 1D. RGB value is (11,76,29). Sum of RGB (Red+Green+Blue) = 11+76+29=116 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.48% from 116); Green value is 76 (30.08% from 255 or 65.52% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 76 - color contains mainly: green. Hex color #0B4C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4C1D is #F4B3E2. Grayscale: #333333. Windows color (decimal): -16036835 or 1920011. OLE color: 1920011.
HSL color Cylindrical-coordinate representation of color #0B4C1D: hue angle of 136.62º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4C1D is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 11 | 76 | 29 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.70 |
| HSL | 136.62º | 0.75% | 0.17% | - |
| HSV(B) | 136.62º | 0.86% | 0.3% | - |
| XYZ | 2.94 | 5.33 | 2.04 | - |
| YUV | 51.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 76 | 29 | 0.86 | 0 | 0.62 | 0.70 | 136.62 | 0.75 | 0.17 |
| Hex | B | 4C | 1D | 56 | 0 | 3E | 46 | 89 | 4B | 11 |
| Octal | 13 | 114 | 35 | 126 | 0 | 76 | 106 | 211 | 113 | 21 |
| Binary | 1011 | 1001100 | 11101 | 1010110 | 0 | 111110 | 1000110 | 10001001 | 1001011 | 10001 |
Color Harmonies of #0B4C1D
Complementary color
Monochromatic Colors of #0B4C1D
Black with #0B4C1D
Text Example
Text Example
White with #0B4C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4C1D; }
p { color: rgb(11,76,29); }
H1.HeaderClassName
{
color: #0B4C1D;
}
.AnyTagClassName
{
color: #0B4C1D;
}
</style>
background-color css
<style>
a { background-color: #0B4C1D; }
a { background-color: rgb(11,76,29); }
div.DivClassName
{
background-color: #0B4C1D;
}
.BgClassName
{
background-color: #0B4C1D;
}
</style>
border-color css
<style>
span { border-color: #0B4C1D; }
span { border-color: rgb(11,76,29); }
td.TdClassName
{
border-color: #0B4C1D;
}
.TagClassName
{
border-color: #0B4C1D;
}
</style>