Shades of Deep Fir #0A3612
Tints of Deep Fir #0A3612
RGB
CMYK
RGB Variations
Color information
#0A3612 (or 0x0A3612) is known color: Deep Fir. HEX triplet: 0A, 36 and 12. RGB value is (10,54,18). Sum of RGB (Red+Green+Blue) = 10+54+18=82 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.20% from 82); Green value is 54 (21.48% from 255 or 65.85% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 54 - color contains mainly: green. Hex color #0A3612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3612 is #F5C9ED. Grayscale: #242424. Windows color (decimal): -16108014 or 1193482. OLE color: 1193482.
HSL color Cylindrical-coordinate representation of color #0A3612: hue angle of 130.91º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A3612 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 10 | 54 | 18 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.79 |
| HSL | 130.91º | 0.69% | 0.13% | - |
| HSV(B) | 130.91º | 0.81% | 0.21% | - |
| XYZ | 1.55 | 2.75 | 1.02 | - |
| YUV | 36.74 | 117.42 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 54 | 18 | 0.81 | 0 | 0.67 | 0.79 | 130.91 | 0.69 | 0.13 |
| Hex | A | 36 | 12 | 51 | 0 | 43 | 4F | 83 | 45 | D |
| Octal | 12 | 66 | 22 | 121 | 0 | 103 | 117 | 203 | 105 | 15 |
| Binary | 1010 | 110110 | 10010 | 1010001 | 0 | 1000011 | 1001111 | 10000011 | 1000101 | 1101 |
Color Harmonies of #0A3612
Complementary color
Monochromatic Colors of #0A3612
Black with #0A3612
Text Example
Text Example
White with #0A3612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3612; }
p { color: rgb(10,54,18); }
H1.HeaderClassName
{
color: #0A3612;
}
.AnyTagClassName
{
color: #0A3612;
}
</style>
background-color css
<style>
a { background-color: #0A3612; }
a { background-color: rgb(10,54,18); }
div.DivClassName
{
background-color: #0A3612;
}
.BgClassName
{
background-color: #0A3612;
}
</style>
border-color css
<style>
span { border-color: #0A3612; }
span { border-color: rgb(10,54,18); }
td.TdClassName
{
border-color: #0A3612;
}
.TagClassName
{
border-color: #0A3612;
}
</style>