Shades of Deep Fir #054016
Tints of Deep Fir #054016
RGB
CMYK
RGB Variations
Color information
#054016 (or 0x054016) is known color: Deep Fir. HEX triplet: 05, 40 and 16. RGB value is (5,64,22). Sum of RGB (Red+Green+Blue) = 5+64+22=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 64 (25.39% from 255 or 70.33% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 64 - color contains mainly: green. Hex color #054016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054016 is #FABFE9. Grayscale: #292929. Windows color (decimal): -16433130 or 1458181. OLE color: 1458181.
HSL color Cylindrical-coordinate representation of color #054016: hue angle of 137.29º 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 #054016 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 64 | 22 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.75 |
| HSL | 137.29º | 0.86% | 0.14% | - |
| HSV(B) | 137.29º | 0.92% | 0.25% | - |
| XYZ | 2.04 | 3.76 | 1.38 | - |
| YUV | 41.57 | 116.95 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 22 | 0.92 | 0 | 0.66 | 0.75 | 137.29 | 0.86 | 0.14 |
| Hex | 5 | 40 | 16 | 5C | 0 | 42 | 4B | 89 | 56 | E |
| Octal | 5 | 100 | 26 | 134 | 0 | 102 | 113 | 211 | 126 | 16 |
| Binary | 101 | 1000000 | 10110 | 1011100 | 0 | 1000010 | 1001011 | 10001001 | 1010110 | 1110 |
Color Harmonies of #054016
Complementary color
Monochromatic Colors of #054016
Black with #054016
Text Example
Text Example
White with #054016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054016; }
p { color: rgb(5,64,22); }
H1.HeaderClassName
{
color: #054016;
}
.AnyTagClassName
{
color: #054016;
}
</style>
background-color css
<style>
a { background-color: #054016; }
a { background-color: rgb(5,64,22); }
div.DivClassName
{
background-color: #054016;
}
.BgClassName
{
background-color: #054016;
}
</style>
border-color css
<style>
span { border-color: #054016; }
span { border-color: rgb(5,64,22); }
td.TdClassName
{
border-color: #054016;
}
.TagClassName
{
border-color: #054016;
}
</style>