Shades of Deep Fir #054013
Tints of Deep Fir #054013
RGB
CMYK
RGB Variations
Color information
#054013 (or 0x054013) is known color: Deep Fir. HEX triplet: 05, 40 and 13. RGB value is (5,64,19). Sum of RGB (Red+Green+Blue) = 5+64+19=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 64 (25.39% from 255 or 72.73% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 64 - color contains mainly: green. Hex color #054013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054013 is #FABFEC. Grayscale: #292929. Windows color (decimal): -16433133 or 1261573. OLE color: 1261573.
HSL color Cylindrical-coordinate representation of color #054013: hue angle of 134.24º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054013 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 64 | 19 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.75 |
| HSL | 134.24º | 0.86% | 0.14% | - |
| HSV(B) | 134.24º | 0.92% | 0.25% | - |
| XYZ | 2.01 | 3.75 | 1.23 | - |
| YUV | 41.23 | 115.45 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 19 | 0.92 | 0 | 0.70 | 0.75 | 134.24 | 0.86 | 0.14 |
| Hex | 5 | 40 | 13 | 5C | 0 | 46 | 4B | 86 | 56 | E |
| Octal | 5 | 100 | 23 | 134 | 0 | 106 | 113 | 206 | 126 | 16 |
| Binary | 101 | 1000000 | 10011 | 1011100 | 0 | 1000110 | 1001011 | 10000110 | 1010110 | 1110 |
Color Harmonies of #054013
Complementary color
Monochromatic Colors of #054013
Black with #054013
Text Example
Text Example
White with #054013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054013; }
p { color: rgb(5,64,19); }
H1.HeaderClassName
{
color: #054013;
}
.AnyTagClassName
{
color: #054013;
}
</style>
background-color css
<style>
a { background-color: #054013; }
a { background-color: rgb(5,64,19); }
div.DivClassName
{
background-color: #054013;
}
.BgClassName
{
background-color: #054013;
}
</style>
border-color css
<style>
span { border-color: #054013; }
span { border-color: rgb(5,64,19); }
td.TdClassName
{
border-color: #054013;
}
.TagClassName
{
border-color: #054013;
}
</style>