Shades of Deep Fir #043D10
Tints of Deep Fir #043D10
RGB
CMYK
RGB Variations
Color information
#043D10 (or 0x043D10) is known color: Deep Fir. HEX triplet: 04, 3D and 10. RGB value is (4,61,16). Sum of RGB (Red+Green+Blue) = 4+61+16=81 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.94% from 81); Green value is 61 (24.22% from 255 or 75.31% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 61 - color contains mainly: green. Hex color #043D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043D10 is #FBC2EF. Grayscale: #262626. Windows color (decimal): -16499440 or 1064196. OLE color: 1064196.
HSL color Cylindrical-coordinate representation of color #043D10: hue angle of 132.63º 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 #043D10 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 61 | 16 | - |
| CMYK | 0.93 | 0 | 0.74 | 0.76 |
| HSL | 132.63º | 0.88% | 0.13% | - |
| HSV(B) | 132.63º | 0.93% | 0.24% | - |
| XYZ | 1.81 | 3.4 | 1.05 | - |
| YUV | 38.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 16 | 0.93 | 0 | 0.74 | 0.76 | 132.63 | 0.88 | 0.13 |
| Hex | 4 | 3D | 10 | 5D | 0 | 4A | 4C | 85 | 58 | D |
| Octal | 4 | 75 | 20 | 135 | 0 | 112 | 114 | 205 | 130 | 15 |
| Binary | 100 | 111101 | 10000 | 1011101 | 0 | 1001010 | 1001100 | 10000101 | 1011000 | 1101 |
Color Harmonies of #043D10
Complementary color
Monochromatic Colors of #043D10
Black with #043D10
Text Example
Text Example
White with #043D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043D10; }
p { color: rgb(4,61,16); }
H1.HeaderClassName
{
color: #043D10;
}
.AnyTagClassName
{
color: #043D10;
}
</style>
background-color css
<style>
a { background-color: #043D10; }
a { background-color: rgb(4,61,16); }
div.DivClassName
{
background-color: #043D10;
}
.BgClassName
{
background-color: #043D10;
}
</style>
border-color css
<style>
span { border-color: #043D10; }
span { border-color: rgb(4,61,16); }
td.TdClassName
{
border-color: #043D10;
}
.TagClassName
{
border-color: #043D10;
}
</style>