Shades of Deep Fir #054411
Tints of Deep Fir #054411
RGB
CMYK
RGB Variations
Color information
#054411 (or 0x054411) is known color: Deep Fir. HEX triplet: 05, 44 and 11. RGB value is (5,68,17). Sum of RGB (Red+Green+Blue) = 5+68+17=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 68 (26.95% from 255 or 75.56% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 68 - color contains mainly: green. Hex color #054411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054411 is #FABBEE. Grayscale: #2B2B2B. Windows color (decimal): -16432111 or 1131525. OLE color: 1131525.
HSL color Cylindrical-coordinate representation of color #054411: hue angle of 131.43º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054411 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 68 | 17 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.73 |
| HSL | 131.43º | 0.86% | 0.14% | - |
| HSV(B) | 131.43º | 0.93% | 0.27% | - |
| XYZ | 2.23 | 4.21 | 1.22 | - |
| YUV | 43.35 | 113.13 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 17 | 0.93 | 0 | 0.75 | 0.73 | 131.43 | 0.86 | 0.14 |
| Hex | 5 | 44 | 11 | 5D | 0 | 4B | 49 | 83 | 56 | E |
| Octal | 5 | 104 | 21 | 135 | 0 | 113 | 111 | 203 | 126 | 16 |
| Binary | 101 | 1000100 | 10001 | 1011101 | 0 | 1001011 | 1001001 | 10000011 | 1010110 | 1110 |
Color Harmonies of #054411
Complementary color
Monochromatic Colors of #054411
Black with #054411
Text Example
Text Example
White with #054411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054411; }
p { color: rgb(5,68,17); }
H1.HeaderClassName
{
color: #054411;
}
.AnyTagClassName
{
color: #054411;
}
</style>
background-color css
<style>
a { background-color: #054411; }
a { background-color: rgb(5,68,17); }
div.DivClassName
{
background-color: #054411;
}
.BgClassName
{
background-color: #054411;
}
</style>
border-color css
<style>
span { border-color: #054411; }
span { border-color: rgb(5,68,17); }
td.TdClassName
{
border-color: #054411;
}
.TagClassName
{
border-color: #054411;
}
</style>