Shades of Deep Fir #043C10
Tints of Deep Fir #043C10
RGB
CMYK
RGB Variations
Color information
#043C10 (or 0x043C10) is known color: Deep Fir. HEX triplet: 04, 3C and 10. RGB value is (4,60,16). Sum of RGB (Red+Green+Blue) = 4+60+16=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 60 (23.83% from 255 or 75% from 80); Blue value is 16 (6.64% from 255 or 20% from 80); Max value from RGB is 60 - color contains mainly: green. Hex color #043C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043C10 is #FBC3EF. Grayscale: #262626. Windows color (decimal): -16499696 or 1063940. OLE color: 1063940.
HSL color Cylindrical-coordinate representation of color #043C10: hue angle of 132.86º 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 #043C10 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 60 | 16 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.76 |
| HSL | 132.86º | 0.88% | 0.13% | - |
| HSV(B) | 132.86º | 0.93% | 0.24% | - |
| XYZ | 1.76 | 3.29 | 1.03 | - |
| YUV | 38.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 16 | 0.93 | 0 | 0.73 | 0.76 | 132.86 | 0.88 | 0.13 |
| Hex | 4 | 3C | 10 | 5D | 0 | 49 | 4C | 85 | 58 | D |
| Octal | 4 | 74 | 20 | 135 | 0 | 111 | 114 | 205 | 130 | 15 |
| Binary | 100 | 111100 | 10000 | 1011101 | 0 | 1001001 | 1001100 | 10000101 | 1011000 | 1101 |
Color Harmonies of #043C10
Complementary color
Monochromatic Colors of #043C10
Black with #043C10
Text Example
Text Example
White with #043C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043C10; }
p { color: rgb(4,60,16); }
H1.HeaderClassName
{
color: #043C10;
}
.AnyTagClassName
{
color: #043C10;
}
</style>
background-color css
<style>
a { background-color: #043C10; }
a { background-color: rgb(4,60,16); }
div.DivClassName
{
background-color: #043C10;
}
.BgClassName
{
background-color: #043C10;
}
</style>
border-color css
<style>
span { border-color: #043C10; }
span { border-color: rgb(4,60,16); }
td.TdClassName
{
border-color: #043C10;
}
.TagClassName
{
border-color: #043C10;
}
</style>