Shades of Deep Fir #054616
Tints of Deep Fir #054616
RGB
CMYK
RGB Variations
Color information
#054616 (or 0x054616) is known color: Deep Fir. HEX triplet: 05, 46 and 16. RGB value is (5,70,22). Sum of RGB (Red+Green+Blue) = 5+70+22=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 70 (27.73% from 255 or 72.16% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 70 - color contains mainly: green. Hex color #054616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054616 is #FAB9E9. Grayscale: #2D2D2D. Windows color (decimal): -16431594 or 1459717. OLE color: 1459717.
HSL color Cylindrical-coordinate representation of color #054616: hue angle of 135.69º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054616 is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 70 | 22 | - |
| CMYK | 0.93 | 0 | 0.69 | 0.73 |
| HSL | 135.69º | 0.87% | 0.15% | - |
| HSV(B) | 135.69º | 0.93% | 0.27% | - |
| XYZ | 2.4 | 4.47 | 1.5 | - |
| YUV | 45.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 70 | 22 | 0.93 | 0 | 0.69 | 0.73 | 135.69 | 0.87 | 0.15 |
| Hex | 5 | 46 | 16 | 5D | 0 | 45 | 49 | 88 | 57 | F |
| Octal | 5 | 106 | 26 | 135 | 0 | 105 | 111 | 210 | 127 | 17 |
| Binary | 101 | 1000110 | 10110 | 1011101 | 0 | 1000101 | 1001001 | 10001000 | 1010111 | 1111 |
Color Harmonies of #054616
Complementary color
Monochromatic Colors of #054616
Black with #054616
Text Example
Text Example
White with #054616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054616; }
p { color: rgb(5,70,22); }
H1.HeaderClassName
{
color: #054616;
}
.AnyTagClassName
{
color: #054616;
}
</style>
background-color css
<style>
a { background-color: #054616; }
a { background-color: rgb(5,70,22); }
div.DivClassName
{
background-color: #054616;
}
.BgClassName
{
background-color: #054616;
}
</style>
border-color css
<style>
span { border-color: #054616; }
span { border-color: rgb(5,70,22); }
td.TdClassName
{
border-color: #054616;
}
.TagClassName
{
border-color: #054616;
}
</style>