Shades of Deep Fir #0A4018
Tints of Deep Fir #0A4018
RGB
CMYK
RGB Variations
Color information
#0A4018 (or 0x0A4018) is known color: Deep Fir. HEX triplet: 0A, 40 and 18. RGB value is (10,64,24). Sum of RGB (Red+Green+Blue) = 10+64+24=98 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.20% from 98); Green value is 64 (25.39% from 255 or 65.31% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4018 is #F5BFE7. Grayscale: #2B2B2B. Windows color (decimal): -16105448 or 1589258. OLE color: 1589258.
HSL color Cylindrical-coordinate representation of color #0A4018: hue angle of 135.56º 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 #0A4018 is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 64 | 24 | - |
| CMYK | 0.84 | 0 | 0.62 | 0.75 |
| HSL | 135.56º | 0.73% | 0.15% | - |
| HSV(B) | 135.56º | 0.84% | 0.25% | - |
| XYZ | 2.12 | 3.8 | 1.49 | - |
| YUV | 43.29 | 117.11 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 64 | 24 | 0.84 | 0 | 0.62 | 0.75 | 135.56 | 0.73 | 0.15 |
| Hex | A | 40 | 18 | 54 | 0 | 3E | 4B | 88 | 49 | F |
| Octal | 12 | 100 | 30 | 124 | 0 | 76 | 113 | 210 | 111 | 17 |
| Binary | 1010 | 1000000 | 11000 | 1010100 | 0 | 111110 | 1001011 | 10001000 | 1001001 | 1111 |
Color Harmonies of #0A4018
Complementary color
Monochromatic Colors of #0A4018
Black with #0A4018
Text Example
Text Example
White with #0A4018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4018; }
p { color: rgb(10,64,24); }
H1.HeaderClassName
{
color: #0A4018;
}
.AnyTagClassName
{
color: #0A4018;
}
</style>
background-color css
<style>
a { background-color: #0A4018; }
a { background-color: rgb(10,64,24); }
div.DivClassName
{
background-color: #0A4018;
}
.BgClassName
{
background-color: #0A4018;
}
</style>
border-color css
<style>
span { border-color: #0A4018; }
span { border-color: rgb(10,64,24); }
td.TdClassName
{
border-color: #0A4018;
}
.TagClassName
{
border-color: #0A4018;
}
</style>