Shades of Deep Fir #0A4916
Tints of Deep Fir #0A4916
RGB
CMYK
RGB Variations
Color information
#0A4916 (or 0x0A4916) is known color: Deep Fir. HEX triplet: 0A, 49 and 16. RGB value is (10,73,22). Sum of RGB (Red+Green+Blue) = 10+73+22=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 73 (28.91% from 255 or 69.52% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4916 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4916 is #F5B6E9. Grayscale: #303030. Windows color (decimal): -16103146 or 1460490. OLE color: 1460490.
HSL color Cylindrical-coordinate representation of color #0A4916: hue angle of 131.43º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4916 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 73 | 22 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.71 |
| HSL | 131.43º | 0.76% | 0.16% | - |
| HSV(B) | 131.43º | 0.86% | 0.29% | - |
| XYZ | 2.65 | 4.89 | 1.56 | - |
| YUV | 48.35 | 113.13 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 73 | 22 | 0.86 | 0 | 0.70 | 0.71 | 131.43 | 0.76 | 0.16 |
| Hex | A | 49 | 16 | 56 | 0 | 46 | 47 | 83 | 4C | 10 |
| Octal | 12 | 111 | 26 | 126 | 0 | 106 | 107 | 203 | 114 | 20 |
| Binary | 1010 | 1001001 | 10110 | 1010110 | 0 | 1000110 | 1000111 | 10000011 | 1001100 | 10000 |
Color Harmonies of #0A4916
Complementary color
Monochromatic Colors of #0A4916
Black with #0A4916
Text Example
Text Example
White with #0A4916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4916; }
p { color: rgb(10,73,22); }
H1.HeaderClassName
{
color: #0A4916;
}
.AnyTagClassName
{
color: #0A4916;
}
</style>
background-color css
<style>
a { background-color: #0A4916; }
a { background-color: rgb(10,73,22); }
div.DivClassName
{
background-color: #0A4916;
}
.BgClassName
{
background-color: #0A4916;
}
</style>
border-color css
<style>
span { border-color: #0A4916; }
span { border-color: rgb(10,73,22); }
td.TdClassName
{
border-color: #0A4916;
}
.TagClassName
{
border-color: #0A4916;
}
</style>