Shades of Deep Fir #0A3710
Tints of Deep Fir #0A3710
RGB
CMYK
RGB Variations
Color information
#0A3710 (or 0x0A3710) is known color: Deep Fir. HEX triplet: 0A, 37 and 10. RGB value is (10,55,16). Sum of RGB (Red+Green+Blue) = 10+55+16=81 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.35% from 81); Green value is 55 (21.88% from 255 or 67.90% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 55 - color contains mainly: green. Hex color #0A3710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3710 is #F5C8EF. Grayscale: #252525. Windows color (decimal): -16107760 or 1062666. OLE color: 1062666.
HSL color Cylindrical-coordinate representation of color #0A3710: hue angle of 128º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A3710 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 55 | 16 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.78 |
| HSL | 128º | 0.69% | 0.13% | - |
| HSV(B) | 128º | 0.82% | 0.22% | - |
| XYZ | 1.58 | 2.83 | 0.95 | - |
| YUV | 37.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 55 | 16 | 0.82 | 0 | 0.71 | 0.78 | 128 | 0.69 | 0.13 |
| Hex | A | 37 | 10 | 52 | 0 | 47 | 4E | 80 | 45 | D |
| Octal | 12 | 67 | 20 | 122 | 0 | 107 | 116 | 200 | 105 | 15 |
| Binary | 1010 | 110111 | 10000 | 1010010 | 0 | 1000111 | 1001110 | 10000000 | 1000101 | 1101 |
Color Harmonies of #0A3710
Complementary color
Monochromatic Colors of #0A3710
Black with #0A3710
Text Example
Text Example
White with #0A3710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3710; }
p { color: rgb(10,55,16); }
H1.HeaderClassName
{
color: #0A3710;
}
.AnyTagClassName
{
color: #0A3710;
}
</style>
background-color css
<style>
a { background-color: #0A3710; }
a { background-color: rgb(10,55,16); }
div.DivClassName
{
background-color: #0A3710;
}
.BgClassName
{
background-color: #0A3710;
}
</style>
border-color css
<style>
span { border-color: #0A3710; }
span { border-color: rgb(10,55,16); }
td.TdClassName
{
border-color: #0A3710;
}
.TagClassName
{
border-color: #0A3710;
}
</style>