Shades of Deep Fir #043D0D
Tints of Deep Fir #043D0D
RGB
CMYK
RGB Variations
Color information
#043D0D (or 0x043D0D) is known color: Deep Fir. HEX triplet: 04, 3D and 0D. RGB value is (4,61,13). Sum of RGB (Red+Green+Blue) = 4+61+13=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 61 (24.22% from 255 or 78.21% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 61 - color contains mainly: green. Hex color #043D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043D0D is #FBC2F2. Grayscale: #262626. Windows color (decimal): -16499443 or 867588. OLE color: 867588.
HSL color Cylindrical-coordinate representation of color #043D0D: hue angle of 129.47º 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 #043D0D is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 61 | 13 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.76 |
| HSL | 129.47º | 0.88% | 0.13% | - |
| HSV(B) | 129.47º | 0.93% | 0.24% | - |
| XYZ | 1.79 | 3.39 | 0.94 | - |
| YUV | 38.49 | 113.62 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 13 | 0.93 | 0 | 0.79 | 0.76 | 129.47 | 0.88 | 0.13 |
| Hex | 4 | 3D | D | 5D | 0 | 4F | 4C | 81 | 58 | D |
| Octal | 4 | 75 | 15 | 135 | 0 | 117 | 114 | 201 | 130 | 15 |
| Binary | 100 | 111101 | 1101 | 1011101 | 0 | 1001111 | 1001100 | 10000001 | 1011000 | 1101 |
Color Harmonies of #043D0D
Complementary color
Monochromatic Colors of #043D0D
Black with #043D0D
Text Example
Text Example
White with #043D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043D0D; }
p { color: rgb(4,61,13); }
H1.HeaderClassName
{
color: #043D0D;
}
.AnyTagClassName
{
color: #043D0D;
}
</style>
background-color css
<style>
a { background-color: #043D0D; }
a { background-color: rgb(4,61,13); }
div.DivClassName
{
background-color: #043D0D;
}
.BgClassName
{
background-color: #043D0D;
}
</style>
border-color css
<style>
span { border-color: #043D0D; }
span { border-color: rgb(4,61,13); }
td.TdClassName
{
border-color: #043D0D;
}
.TagClassName
{
border-color: #043D0D;
}
</style>