Shades of Deep Fir #073C13
Tints of Deep Fir #073C13
RGB
CMYK
RGB Variations
Color information
#073C13 (or 0x073C13) is known color: Deep Fir. HEX triplet: 07, 3C and 13. RGB value is (7,60,19). Sum of RGB (Red+Green+Blue) = 7+60+19=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 60 (23.83% from 255 or 69.77% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 60 - color contains mainly: green. Hex color #073C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073C13 is #F8C3EC. Grayscale: #272727. Windows color (decimal): -16303085 or 1260551. OLE color: 1260551.
HSL color Cylindrical-coordinate representation of color #073C13: hue angle of 133.58º 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 #073C13 is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 60 | 19 | - |
| CMYK | 0.88 | 0 | 0.68 | 0.76 |
| HSL | 133.58º | 0.79% | 0.13% | - |
| HSV(B) | 133.58º | 0.88% | 0.24% | - |
| XYZ | 1.82 | 3.32 | 1.16 | - |
| YUV | 39.48 | 116.44 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 19 | 0.88 | 0 | 0.68 | 0.76 | 133.58 | 0.79 | 0.13 |
| Hex | 7 | 3C | 13 | 58 | 0 | 44 | 4C | 86 | 4F | D |
| Octal | 7 | 74 | 23 | 130 | 0 | 104 | 114 | 206 | 117 | 15 |
| Binary | 111 | 111100 | 10011 | 1011000 | 0 | 1000100 | 1001100 | 10000110 | 1001111 | 1101 |
Color Harmonies of #073C13
Complementary color
Monochromatic Colors of #073C13
Black with #073C13
Text Example
Text Example
White with #073C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C13; }
p { color: rgb(7,60,19); }
H1.HeaderClassName
{
color: #073C13;
}
.AnyTagClassName
{
color: #073C13;
}
</style>
background-color css
<style>
a { background-color: #073C13; }
a { background-color: rgb(7,60,19); }
div.DivClassName
{
background-color: #073C13;
}
.BgClassName
{
background-color: #073C13;
}
</style>
border-color css
<style>
span { border-color: #073C13; }
span { border-color: rgb(7,60,19); }
td.TdClassName
{
border-color: #073C13;
}
.TagClassName
{
border-color: #073C13;
}
</style>