Shades of Deep Fir #0A4019
Tints of Deep Fir #0A4019
RGB
CMYK
RGB Variations
Color information
#0A4019 (or 0x0A4019) is known color: Deep Fir. HEX triplet: 0A, 40 and 19. RGB value is (10,64,25). Sum of RGB (Red+Green+Blue) = 10+64+25=99 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10.10% from 99); Green value is 64 (25.39% from 255 or 64.65% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4019 is #F5BFE6. Grayscale: #2B2B2B. Windows color (decimal): -16105447 or 1654794. OLE color: 1654794.
HSL color Cylindrical-coordinate representation of color #0A4019: hue angle of 136.67º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A4019 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 64 | 25 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.75 |
| HSL | 136.67º | 0.73% | 0.15% | - |
| HSV(B) | 136.67º | 0.84% | 0.25% | - |
| XYZ | 2.13 | 3.8 | 1.54 | - |
| YUV | 43.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 64 | 25 | 0.84 | 0 | 0.61 | 0.75 | 136.67 | 0.73 | 0.15 |
| Hex | A | 40 | 19 | 54 | 0 | 3D | 4B | 89 | 49 | F |
| Octal | 12 | 100 | 31 | 124 | 0 | 75 | 113 | 211 | 111 | 17 |
| Binary | 1010 | 1000000 | 11001 | 1010100 | 0 | 111101 | 1001011 | 10001001 | 1001001 | 1111 |
Color Harmonies of #0A4019
Complementary color
Monochromatic Colors of #0A4019
Black with #0A4019
Text Example
Text Example
White with #0A4019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4019; }
p { color: rgb(10,64,25); }
H1.HeaderClassName
{
color: #0A4019;
}
.AnyTagClassName
{
color: #0A4019;
}
</style>
background-color css
<style>
a { background-color: #0A4019; }
a { background-color: rgb(10,64,25); }
div.DivClassName
{
background-color: #0A4019;
}
.BgClassName
{
background-color: #0A4019;
}
</style>
border-color css
<style>
span { border-color: #0A4019; }
span { border-color: rgb(10,64,25); }
td.TdClassName
{
border-color: #0A4019;
}
.TagClassName
{
border-color: #0A4019;
}
</style>