Shades of Deep Fir #084A13
Tints of Deep Fir #084A13
RGB
CMYK
RGB Variations
Color information
#084A13 (or 0x084A13) is known color: Deep Fir. HEX triplet: 08, 4A and 13. RGB value is (8,74,19). Sum of RGB (Red+Green+Blue) = 8+74+19=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 74 (29.30% from 255 or 73.27% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 74 - color contains mainly: green. Hex color #084A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084A13 is #F7B5EC. Grayscale: #303030. Windows color (decimal): -16233965 or 1264136. OLE color: 1264136.
HSL color Cylindrical-coordinate representation of color #084A13: hue angle of 130º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084A13 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 74 | 19 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.71 |
| HSL | 130º | 0.8% | 0.16% | - |
| HSV(B) | 130º | 0.89% | 0.29% | - |
| XYZ | 2.67 | 5 | 1.44 | - |
| YUV | 48 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 19 | 0.89 | 0 | 0.74 | 0.71 | 130 | 0.8 | 0.16 |
| Hex | 8 | 4A | 13 | 59 | 0 | 4A | 47 | 82 | 50 | 10 |
| Octal | 10 | 112 | 23 | 131 | 0 | 112 | 107 | 202 | 120 | 20 |
| Binary | 1000 | 1001010 | 10011 | 1011001 | 0 | 1001010 | 1000111 | 10000010 | 1010000 | 10000 |
Color Harmonies of #084A13
Complementary color
Monochromatic Colors of #084A13
Black with #084A13
Text Example
Text Example
White with #084A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A13; }
p { color: rgb(8,74,19); }
H1.HeaderClassName
{
color: #084A13;
}
.AnyTagClassName
{
color: #084A13;
}
</style>
background-color css
<style>
a { background-color: #084A13; }
a { background-color: rgb(8,74,19); }
div.DivClassName
{
background-color: #084A13;
}
.BgClassName
{
background-color: #084A13;
}
</style>
border-color css
<style>
span { border-color: #084A13; }
span { border-color: rgb(8,74,19); }
td.TdClassName
{
border-color: #084A13;
}
.TagClassName
{
border-color: #084A13;
}
</style>