Shades of Deep Fir #054413
Tints of Deep Fir #054413
RGB
CMYK
RGB Variations
Color information
#054413 (or 0x054413) is known color: Deep Fir. HEX triplet: 05, 44 and 13. RGB value is (5,68,19). Sum of RGB (Red+Green+Blue) = 5+68+19=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 68 (26.95% from 255 or 73.91% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 68 - color contains mainly: green. Hex color #054413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054413 is #FABBEC. Grayscale: #2B2B2B. Windows color (decimal): -16432109 or 1262597. OLE color: 1262597.
HSL color Cylindrical-coordinate representation of color #054413: hue angle of 133.33º 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 #054413 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 68 | 19 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.73 |
| HSL | 133.33º | 0.86% | 0.14% | - |
| HSV(B) | 133.33º | 0.93% | 0.27% | - |
| XYZ | 2.25 | 4.21 | 1.31 | - |
| YUV | 43.58 | 114.13 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 19 | 0.93 | 0 | 0.72 | 0.73 | 133.33 | 0.86 | 0.14 |
| Hex | 5 | 44 | 13 | 5D | 0 | 48 | 49 | 85 | 56 | E |
| Octal | 5 | 104 | 23 | 135 | 0 | 110 | 111 | 205 | 126 | 16 |
| Binary | 101 | 1000100 | 10011 | 1011101 | 0 | 1001000 | 1001001 | 10000101 | 1010110 | 1110 |
Color Harmonies of #054413
Complementary color
Monochromatic Colors of #054413
Black with #054413
Text Example
Text Example
White with #054413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054413; }
p { color: rgb(5,68,19); }
H1.HeaderClassName
{
color: #054413;
}
.AnyTagClassName
{
color: #054413;
}
</style>
background-color css
<style>
a { background-color: #054413; }
a { background-color: rgb(5,68,19); }
div.DivClassName
{
background-color: #054413;
}
.BgClassName
{
background-color: #054413;
}
</style>
border-color css
<style>
span { border-color: #054413; }
span { border-color: rgb(5,68,19); }
td.TdClassName
{
border-color: #054413;
}
.TagClassName
{
border-color: #054413;
}
</style>