Shades of Deep Fir #054716
Tints of Deep Fir #054716
RGB
CMYK
RGB Variations
Color information
#054716 (or 0x054716) is known color: Deep Fir. HEX triplet: 05, 47 and 16. RGB value is (5,71,22). Sum of RGB (Red+Green+Blue) = 5+71+22=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 71 (28.12% from 255 or 72.45% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 71 - color contains mainly: green. Hex color #054716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054716 is #FAB8E9. Grayscale: #2D2D2D. Windows color (decimal): -16431338 or 1459973. OLE color: 1459973.
HSL color Cylindrical-coordinate representation of color #054716: hue angle of 135.45º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054716 is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 71 | 22 | - |
| CMYK | 0.93 | 0 | 0.69 | 0.72 |
| HSL | 135.45º | 0.87% | 0.15% | - |
| HSV(B) | 135.45º | 0.93% | 0.28% | - |
| XYZ | 2.46 | 4.6 | 1.52 | - |
| YUV | 45.68 | 114.63 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 22 | 0.93 | 0 | 0.69 | 0.72 | 135.45 | 0.87 | 0.15 |
| Hex | 5 | 47 | 16 | 5D | 0 | 45 | 48 | 87 | 57 | F |
| Octal | 5 | 107 | 26 | 135 | 0 | 105 | 110 | 207 | 127 | 17 |
| Binary | 101 | 1000111 | 10110 | 1011101 | 0 | 1000101 | 1001000 | 10000111 | 1010111 | 1111 |
Color Harmonies of #054716
Complementary color
Monochromatic Colors of #054716
Black with #054716
Text Example
Text Example
White with #054716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054716; }
p { color: rgb(5,71,22); }
H1.HeaderClassName
{
color: #054716;
}
.AnyTagClassName
{
color: #054716;
}
</style>
background-color css
<style>
a { background-color: #054716; }
a { background-color: rgb(5,71,22); }
div.DivClassName
{
background-color: #054716;
}
.BgClassName
{
background-color: #054716;
}
</style>
border-color css
<style>
span { border-color: #054716; }
span { border-color: rgb(5,71,22); }
td.TdClassName
{
border-color: #054716;
}
.TagClassName
{
border-color: #054716;
}
</style>