Shades of Deep Fir #0A4719
Tints of Deep Fir #0A4719
RGB
CMYK
RGB Variations
Color information
#0A4719 (or 0x0A4719) is known color: Deep Fir. HEX triplet: 0A, 47 and 19. RGB value is (10,71,25). Sum of RGB (Red+Green+Blue) = 10+71+25=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 71 (28.12% from 255 or 66.98% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 71 - color contains mainly: green. Hex color #0A4719 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4719 is #F5B8E6. Grayscale: #2F2F2F. Windows color (decimal): -16103655 or 1656586. OLE color: 1656586.
HSL color Cylindrical-coordinate representation of color #0A4719: hue angle of 134.75º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4719 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 71 | 25 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.72 |
| HSL | 134.75º | 0.75% | 0.16% | - |
| HSV(B) | 134.75º | 0.86% | 0.28% | - |
| XYZ | 2.55 | 4.64 | 1.68 | - |
| YUV | 47.52 | 115.29 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 71 | 25 | 0.86 | 0 | 0.65 | 0.72 | 134.75 | 0.75 | 0.16 |
| Hex | A | 47 | 19 | 56 | 0 | 41 | 48 | 87 | 4B | 10 |
| Octal | 12 | 107 | 31 | 126 | 0 | 101 | 110 | 207 | 113 | 20 |
| Binary | 1010 | 1000111 | 11001 | 1010110 | 0 | 1000001 | 1001000 | 10000111 | 1001011 | 10000 |
Color Harmonies of #0A4719
Complementary color
Monochromatic Colors of #0A4719
Black with #0A4719
Text Example
Text Example
White with #0A4719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4719; }
p { color: rgb(10,71,25); }
H1.HeaderClassName
{
color: #0A4719;
}
.AnyTagClassName
{
color: #0A4719;
}
</style>
background-color css
<style>
a { background-color: #0A4719; }
a { background-color: rgb(10,71,25); }
div.DivClassName
{
background-color: #0A4719;
}
.BgClassName
{
background-color: #0A4719;
}
</style>
border-color css
<style>
span { border-color: #0A4719; }
span { border-color: rgb(10,71,25); }
td.TdClassName
{
border-color: #0A4719;
}
.TagClassName
{
border-color: #0A4719;
}
</style>