Shades of Deep Fir #0D3614
Tints of Deep Fir #0D3614
RGB
CMYK
RGB Variations
Color information
#0D3614 (or 0x0D3614) is known color: Deep Fir. HEX triplet: 0D, 36 and 14. RGB value is (13,54,20). Sum of RGB (Red+Green+Blue) = 13+54+20=87 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.94% from 87); Green value is 54 (21.48% from 255 or 62.07% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 54 - color contains mainly: green. Hex color #0D3614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3614 is #F2C9EB. Grayscale: #252525. Windows color (decimal): -15911404 or 1324557. OLE color: 1324557.
HSL color Cylindrical-coordinate representation of color #0D3614: hue angle of 130.24º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D3614 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 13 | 54 | 20 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.79 |
| HSL | 130.24º | 0.61% | 0.13% | - |
| HSV(B) | 130.24º | 0.76% | 0.21% | - |
| XYZ | 1.61 | 2.77 | 1.11 | - |
| YUV | 37.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 20 | 0.76 | 0 | 0.63 | 0.79 | 130.24 | 0.61 | 0.13 |
| Hex | D | 36 | 14 | 4C | 0 | 3F | 4F | 82 | 3D | D |
| Octal | 15 | 66 | 24 | 114 | 0 | 77 | 117 | 202 | 75 | 15 |
| Binary | 1101 | 110110 | 10100 | 1001100 | 0 | 111111 | 1001111 | 10000010 | 111101 | 1101 |
Color Harmonies of #0D3614
Complementary color
Monochromatic Colors of #0D3614
Black with #0D3614
Text Example
Text Example
White with #0D3614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3614; }
p { color: rgb(13,54,20); }
H1.HeaderClassName
{
color: #0D3614;
}
.AnyTagClassName
{
color: #0D3614;
}
</style>
background-color css
<style>
a { background-color: #0D3614; }
a { background-color: rgb(13,54,20); }
div.DivClassName
{
background-color: #0D3614;
}
.BgClassName
{
background-color: #0D3614;
}
</style>
border-color css
<style>
span { border-color: #0D3614; }
span { border-color: rgb(13,54,20); }
td.TdClassName
{
border-color: #0D3614;
}
.TagClassName
{
border-color: #0D3614;
}
</style>