Shades of Deep Fir #053B0E
Tints of Deep Fir #053B0E
RGB
CMYK
RGB Variations
Color information
#053B0E (or 0x053B0E) is known color: Deep Fir. HEX triplet: 05, 3B and 0E. RGB value is (5,59,14). Sum of RGB (Red+Green+Blue) = 5+59+14=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 59 (23.44% from 255 or 75.64% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 59 - color contains mainly: green. Hex color #053B0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053B0E is #FAC4F1. Grayscale: #252525. Windows color (decimal): -16434418 or 932613. OLE color: 932613.
HSL color Cylindrical-coordinate representation of color #053B0E: hue angle of 130º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053B0E is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 59 | 14 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.77 |
| HSL | 130º | 0.84% | 0.13% | - |
| HSV(B) | 130º | 0.92% | 0.23% | - |
| XYZ | 1.71 | 3.19 | 0.94 | - |
| YUV | 37.72 | 114.61 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 14 | 0.92 | 0 | 0.76 | 0.77 | 130 | 0.84 | 0.13 |
| Hex | 5 | 3B | E | 5C | 0 | 4C | 4D | 82 | 54 | D |
| Octal | 5 | 73 | 16 | 134 | 0 | 114 | 115 | 202 | 124 | 15 |
| Binary | 101 | 111011 | 1110 | 1011100 | 0 | 1001100 | 1001101 | 10000010 | 1010100 | 1101 |
Color Harmonies of #053B0E
Complementary color
Monochromatic Colors of #053B0E
Black with #053B0E
Text Example
Text Example
White with #053B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B0E; }
p { color: rgb(5,59,14); }
H1.HeaderClassName
{
color: #053B0E;
}
.AnyTagClassName
{
color: #053B0E;
}
</style>
background-color css
<style>
a { background-color: #053B0E; }
a { background-color: rgb(5,59,14); }
div.DivClassName
{
background-color: #053B0E;
}
.BgClassName
{
background-color: #053B0E;
}
</style>
border-color css
<style>
span { border-color: #053B0E; }
span { border-color: rgb(5,59,14); }
td.TdClassName
{
border-color: #053B0E;
}
.TagClassName
{
border-color: #053B0E;
}
</style>