Shades of Deep Fir #0E3716
Tints of Deep Fir #0E3716
RGB
CMYK
RGB Variations
Color information
#0E3716 (or 0x0E3716) is known color: Deep Fir. HEX triplet: 0E, 37 and 16. RGB value is (14,55,22). Sum of RGB (Red+Green+Blue) = 14+55+22=91 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.38% from 91); Green value is 55 (21.88% from 255 or 60.44% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 55 - color contains mainly: green. Hex color #0E3716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3716 is #F1C8E9. Grayscale: #272727. Windows color (decimal): -15845610 or 1455886. OLE color: 1455886.
HSL color Cylindrical-coordinate representation of color #0E3716: hue angle of 131.71º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E3716 is Cyan = 0.75, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 55 | 22 | - |
| CMYK | 0.75 | 0 | 0.6 | 0.78 |
| HSL | 131.71º | 0.59% | 0.14% | - |
| HSV(B) | 131.71º | 0.75% | 0.22% | - |
| XYZ | 1.69 | 2.88 | 1.23 | - |
| YUV | 38.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 55 | 22 | 0.75 | 0 | 0.6 | 0.78 | 131.71 | 0.59 | 0.14 |
| Hex | E | 37 | 16 | 4B | 0 | 3C | 4E | 84 | 3B | E |
| Octal | 16 | 67 | 26 | 113 | 0 | 74 | 116 | 204 | 73 | 16 |
| Binary | 1110 | 110111 | 10110 | 1001011 | 0 | 111100 | 1001110 | 10000100 | 111011 | 1110 |
Color Harmonies of #0E3716
Complementary color
Monochromatic Colors of #0E3716
Black with #0E3716
Text Example
Text Example
White with #0E3716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3716; }
p { color: rgb(14,55,22); }
H1.HeaderClassName
{
color: #0E3716;
}
.AnyTagClassName
{
color: #0E3716;
}
</style>
background-color css
<style>
a { background-color: #0E3716; }
a { background-color: rgb(14,55,22); }
div.DivClassName
{
background-color: #0E3716;
}
.BgClassName
{
background-color: #0E3716;
}
</style>
border-color css
<style>
span { border-color: #0E3716; }
span { border-color: rgb(14,55,22); }
td.TdClassName
{
border-color: #0E3716;
}
.TagClassName
{
border-color: #0E3716;
}
</style>