Shades of Deep Fir #064913
Tints of Deep Fir #064913
RGB
CMYK
RGB Variations
Color information
#064913 (or 0x064913) is known color: Deep Fir. HEX triplet: 06, 49 and 13. RGB value is (6,73,19). Sum of RGB (Red+Green+Blue) = 6+73+19=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 73 (28.91% from 255 or 74.49% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 73 - color contains mainly: green. Hex color #064913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064913 is #F9B6EC. Grayscale: #2E2E2E. Windows color (decimal): -16365293 or 1263878. OLE color: 1263878.
HSL color Cylindrical-coordinate representation of color #064913: hue angle of 131.64º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064913 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 73 | 19 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.71 |
| HSL | 131.64º | 0.85% | 0.15% | - |
| HSV(B) | 131.64º | 0.92% | 0.29% | - |
| XYZ | 2.58 | 4.85 | 1.42 | - |
| YUV | 46.81 | 112.3 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 19 | 0.92 | 0 | 0.74 | 0.71 | 131.64 | 0.85 | 0.15 |
| Hex | 6 | 49 | 13 | 5C | 0 | 4A | 47 | 84 | 55 | F |
| Octal | 6 | 111 | 23 | 134 | 0 | 112 | 107 | 204 | 125 | 17 |
| Binary | 110 | 1001001 | 10011 | 1011100 | 0 | 1001010 | 1000111 | 10000100 | 1010101 | 1111 |
Color Harmonies of #064913
Complementary color
Monochromatic Colors of #064913
Black with #064913
Text Example
Text Example
White with #064913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064913; }
p { color: rgb(6,73,19); }
H1.HeaderClassName
{
color: #064913;
}
.AnyTagClassName
{
color: #064913;
}
</style>
background-color css
<style>
a { background-color: #064913; }
a { background-color: rgb(6,73,19); }
div.DivClassName
{
background-color: #064913;
}
.BgClassName
{
background-color: #064913;
}
</style>
border-color css
<style>
span { border-color: #064913; }
span { border-color: rgb(6,73,19); }
td.TdClassName
{
border-color: #064913;
}
.TagClassName
{
border-color: #064913;
}
</style>