Shades of Deep Fir #0D4617
Tints of Deep Fir #0D4617
RGB
CMYK
RGB Variations
Color information
#0D4617 (or 0x0D4617) is known color: Deep Fir. HEX triplet: 0D, 46 and 17. RGB value is (13,70,23). Sum of RGB (Red+Green+Blue) = 13+70+23=106 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.26% from 106); Green value is 70 (27.73% from 255 or 66.04% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 70 - color contains mainly: green. Hex color #0D4617 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4617 is #F2B9E8. Grayscale: #2F2F2F. Windows color (decimal): -15907305 or 1525261. OLE color: 1525261.
HSL color Cylindrical-coordinate representation of color #0D4617: hue angle of 130.53º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D4617 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 70 | 23 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.73 |
| HSL | 130.53º | 0.69% | 0.16% | - |
| HSV(B) | 130.53º | 0.81% | 0.27% | - |
| XYZ | 2.51 | 4.53 | 1.55 | - |
| YUV | 47.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 70 | 23 | 0.81 | 0 | 0.67 | 0.73 | 130.53 | 0.69 | 0.16 |
| Hex | D | 46 | 17 | 51 | 0 | 43 | 49 | 83 | 45 | 10 |
| Octal | 15 | 106 | 27 | 121 | 0 | 103 | 111 | 203 | 105 | 20 |
| Binary | 1101 | 1000110 | 10111 | 1010001 | 0 | 1000011 | 1001001 | 10000011 | 1000101 | 10000 |
Color Harmonies of #0D4617
Complementary color
Monochromatic Colors of #0D4617
Black with #0D4617
Text Example
Text Example
White with #0D4617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4617; }
p { color: rgb(13,70,23); }
H1.HeaderClassName
{
color: #0D4617;
}
.AnyTagClassName
{
color: #0D4617;
}
</style>
background-color css
<style>
a { background-color: #0D4617; }
a { background-color: rgb(13,70,23); }
div.DivClassName
{
background-color: #0D4617;
}
.BgClassName
{
background-color: #0D4617;
}
</style>
border-color css
<style>
span { border-color: #0D4617; }
span { border-color: rgb(13,70,23); }
td.TdClassName
{
border-color: #0D4617;
}
.TagClassName
{
border-color: #0D4617;
}
</style>