Shades of Deep Fir #0D361A
Tints of Deep Fir #0D361A
RGB
CMYK
RGB Variations
Color information
#0D361A (or 0x0D361A) is known color: Deep Fir. HEX triplet: 0D, 36 and 1A. RGB value is (13,54,26). Sum of RGB (Red+Green+Blue) = 13+54+26=93 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.98% from 93); Green value is 54 (21.48% from 255 or 58.06% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 54 - color contains mainly: green. Hex color #0D361A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D361A is #F2C9E5. Grayscale: #262626. Windows color (decimal): -15911398 or 1717773. OLE color: 1717773.
HSL color Cylindrical-coordinate representation of color #0D361A: hue angle of 139.02º 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 #0D361A is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 13 | 54 | 26 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.79 |
| HSL | 139.02º | 0.61% | 0.13% | - |
| HSV(B) | 139.02º | 0.76% | 0.21% | - |
| XYZ | 1.67 | 2.8 | 1.43 | - |
| YUV | 38.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 26 | 0.76 | 0 | 0.52 | 0.79 | 139.02 | 0.61 | 0.13 |
| Hex | D | 36 | 1A | 4C | 0 | 34 | 4F | 8B | 3D | D |
| Octal | 15 | 66 | 32 | 114 | 0 | 64 | 117 | 213 | 75 | 15 |
| Binary | 1101 | 110110 | 11010 | 1001100 | 0 | 110100 | 1001111 | 10001011 | 111101 | 1101 |
Color Harmonies of #0D361A
Complementary color
Monochromatic Colors of #0D361A
Black with #0D361A
Text Example
Text Example
White with #0D361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D361A; }
p { color: rgb(13,54,26); }
H1.HeaderClassName
{
color: #0D361A;
}
.AnyTagClassName
{
color: #0D361A;
}
</style>
background-color css
<style>
a { background-color: #0D361A; }
a { background-color: rgb(13,54,26); }
div.DivClassName
{
background-color: #0D361A;
}
.BgClassName
{
background-color: #0D361A;
}
</style>
border-color css
<style>
span { border-color: #0D361A; }
span { border-color: rgb(13,54,26); }
td.TdClassName
{
border-color: #0D361A;
}
.TagClassName
{
border-color: #0D361A;
}
</style>