Shades of Deep Fir #043A11
Tints of Deep Fir #043A11
RGB
CMYK
RGB Variations
Color information
#043A11 (or 0x043A11) is known color: Deep Fir. HEX triplet: 04, 3A and 11. RGB value is (4,58,17). Sum of RGB (Red+Green+Blue) = 4+58+17=79 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.06% from 79); Green value is 58 (23.05% from 255 or 73.42% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 58 - color contains mainly: green. Hex color #043A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043A11 is #FBC5EE. Grayscale: #252525. Windows color (decimal): -16500207 or 1128964. OLE color: 1128964.
HSL color Cylindrical-coordinate representation of color #043A11: hue angle of 134.44º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043A11 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 4 | 58 | 17 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.77 |
| HSL | 134.44º | 0.87% | 0.12% | - |
| HSV(B) | 134.44º | 0.93% | 0.23% | - |
| XYZ | 1.66 | 3.09 | 1.04 | - |
| YUV | 37.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 58 | 17 | 0.93 | 0 | 0.71 | 0.77 | 134.44 | 0.87 | 0.12 |
| Hex | 4 | 3A | 11 | 5D | 0 | 47 | 4D | 86 | 57 | C |
| Octal | 4 | 72 | 21 | 135 | 0 | 107 | 115 | 206 | 127 | 14 |
| Binary | 100 | 111010 | 10001 | 1011101 | 0 | 1000111 | 1001101 | 10000110 | 1010111 | 1100 |
Color Harmonies of #043A11
Complementary color
Monochromatic Colors of #043A11
Black with #043A11
Text Example
Text Example
White with #043A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043A11; }
p { color: rgb(4,58,17); }
H1.HeaderClassName
{
color: #043A11;
}
.AnyTagClassName
{
color: #043A11;
}
</style>
background-color css
<style>
a { background-color: #043A11; }
a { background-color: rgb(4,58,17); }
div.DivClassName
{
background-color: #043A11;
}
.BgClassName
{
background-color: #043A11;
}
</style>
border-color css
<style>
span { border-color: #043A11; }
span { border-color: rgb(4,58,17); }
td.TdClassName
{
border-color: #043A11;
}
.TagClassName
{
border-color: #043A11;
}
</style>