Shades of Deep Fir #043C11
Tints of Deep Fir #043C11
RGB
CMYK
RGB Variations
Color information
#043C11 (or 0x043C11) is known color: Deep Fir. HEX triplet: 04, 3C and 11. RGB value is (4,60,17). Sum of RGB (Red+Green+Blue) = 4+60+17=81 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.94% from 81); Green value is 60 (23.83% from 255 or 74.07% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 60 - color contains mainly: green. Hex color #043C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043C11 is #FBC3EE. Grayscale: #262626. Windows color (decimal): -16499695 or 1129476. OLE color: 1129476.
HSL color Cylindrical-coordinate representation of color #043C11: hue angle of 133.93º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043C11 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 60 | 17 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.76 |
| HSL | 133.93º | 0.88% | 0.13% | - |
| HSV(B) | 133.93º | 0.93% | 0.24% | - |
| XYZ | 1.77 | 3.3 | 1.07 | - |
| YUV | 38.35 | 115.95 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 17 | 0.93 | 0 | 0.72 | 0.76 | 133.93 | 0.88 | 0.13 |
| Hex | 4 | 3C | 11 | 5D | 0 | 48 | 4C | 86 | 58 | D |
| Octal | 4 | 74 | 21 | 135 | 0 | 110 | 114 | 206 | 130 | 15 |
| Binary | 100 | 111100 | 10001 | 1011101 | 0 | 1001000 | 1001100 | 10000110 | 1011000 | 1101 |
Color Harmonies of #043C11
Complementary color
Monochromatic Colors of #043C11
Black with #043C11
Text Example
Text Example
White with #043C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043C11; }
p { color: rgb(4,60,17); }
H1.HeaderClassName
{
color: #043C11;
}
.AnyTagClassName
{
color: #043C11;
}
</style>
background-color css
<style>
a { background-color: #043C11; }
a { background-color: rgb(4,60,17); }
div.DivClassName
{
background-color: #043C11;
}
.BgClassName
{
background-color: #043C11;
}
</style>
border-color css
<style>
span { border-color: #043C11; }
span { border-color: rgb(4,60,17); }
td.TdClassName
{
border-color: #043C11;
}
.TagClassName
{
border-color: #043C11;
}
</style>