Shades of Deep Fir #073C1A
Tints of Deep Fir #073C1A
RGB
CMYK
RGB Variations
Color information
#073C1A (or 0x073C1A) is known color: Deep Fir. HEX triplet: 07, 3C and 1A. RGB value is (7,60,26). Sum of RGB (Red+Green+Blue) = 7+60+26=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 60 (23.83% from 255 or 64.52% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 60 - color contains mainly: green. Hex color #073C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C1A is #F8C3E5. Grayscale: #282828. Windows color (decimal): -16303078 or 1719303. OLE color: 1719303.
HSL color Cylindrical-coordinate representation of color #073C1A: hue angle of 141.51º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073C1A is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 60 | 26 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.76 |
| HSL | 141.51º | 0.79% | 0.13% | - |
| HSV(B) | 141.51º | 0.88% | 0.24% | - |
| XYZ | 1.89 | 3.35 | 1.52 | - |
| YUV | 40.28 | 119.94 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 26 | 0.88 | 0 | 0.57 | 0.76 | 141.51 | 0.79 | 0.13 |
| Hex | 7 | 3C | 1A | 58 | 0 | 39 | 4C | 8E | 4F | D |
| Octal | 7 | 74 | 32 | 130 | 0 | 71 | 114 | 216 | 117 | 15 |
| Binary | 111 | 111100 | 11010 | 1011000 | 0 | 111001 | 1001100 | 10001110 | 1001111 | 1101 |
Color Harmonies of #073C1A
Complementary color
Monochromatic Colors of #073C1A
Black with #073C1A
Text Example
Text Example
White with #073C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C1A; }
p { color: rgb(7,60,26); }
H1.HeaderClassName
{
color: #073C1A;
}
.AnyTagClassName
{
color: #073C1A;
}
</style>
background-color css
<style>
a { background-color: #073C1A; }
a { background-color: rgb(7,60,26); }
div.DivClassName
{
background-color: #073C1A;
}
.BgClassName
{
background-color: #073C1A;
}
</style>
border-color css
<style>
span { border-color: #073C1A; }
span { border-color: rgb(7,60,26); }
td.TdClassName
{
border-color: #073C1A;
}
.TagClassName
{
border-color: #073C1A;
}
</style>