Shades of Deep Fir #0D3814
Tints of Deep Fir #0D3814
RGB
CMYK
RGB Variations
Color information
#0D3814 (or 0x0D3814) is known color: Deep Fir. HEX triplet: 0D, 38 and 14. RGB value is (13,56,20). Sum of RGB (Red+Green+Blue) = 13+56+20=89 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.61% from 89); Green value is 56 (22.27% from 255 or 62.92% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 56 - color contains mainly: green. Hex color #0D3814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3814 is #F2C7EB. Grayscale: #272727. Windows color (decimal): -15910892 or 1325069. OLE color: 1325069.
HSL color Cylindrical-coordinate representation of color #0D3814: hue angle of 129.77º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D3814 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 56 | 20 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.78 |
| HSL | 129.77º | 0.62% | 0.14% | - |
| HSV(B) | 129.77º | 0.77% | 0.22% | - |
| XYZ | 1.71 | 2.96 | 1.14 | - |
| YUV | 39.04 | 117.25 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 20 | 0.77 | 0 | 0.64 | 0.78 | 129.77 | 0.62 | 0.14 |
| Hex | D | 38 | 14 | 4D | 0 | 40 | 4E | 82 | 3E | E |
| Octal | 15 | 70 | 24 | 115 | 0 | 100 | 116 | 202 | 76 | 16 |
| Binary | 1101 | 111000 | 10100 | 1001101 | 0 | 1000000 | 1001110 | 10000010 | 111110 | 1110 |
Color Harmonies of #0D3814
Complementary color
Monochromatic Colors of #0D3814
Black with #0D3814
Text Example
Text Example
White with #0D3814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3814; }
p { color: rgb(13,56,20); }
H1.HeaderClassName
{
color: #0D3814;
}
.AnyTagClassName
{
color: #0D3814;
}
</style>
background-color css
<style>
a { background-color: #0D3814; }
a { background-color: rgb(13,56,20); }
div.DivClassName
{
background-color: #0D3814;
}
.BgClassName
{
background-color: #0D3814;
}
</style>
border-color css
<style>
span { border-color: #0D3814; }
span { border-color: rgb(13,56,20); }
td.TdClassName
{
border-color: #0D3814;
}
.TagClassName
{
border-color: #0D3814;
}
</style>