Shades of Deep Fir #055113
Tints of Deep Fir #055113
RGB
CMYK
RGB Variations
Color information
#055113 (or 0x055113) is known color: Deep Fir. HEX triplet: 05, 51 and 13. RGB value is (5,81,19). Sum of RGB (Red+Green+Blue) = 5+81+19=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 81 (32.03% from 255 or 77.14% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 81 - color contains mainly: green. Hex color #055113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055113 is #FAAEEC. Grayscale: #333333. Windows color (decimal): -16428781 or 1265925. OLE color: 1265925.
HSL color Cylindrical-coordinate representation of color #055113: hue angle of 131.05º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055113 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 81 | 19 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.68 |
| HSL | 131.05º | 0.88% | 0.17% | - |
| HSV(B) | 131.05º | 0.94% | 0.32% | - |
| XYZ | 3.12 | 5.96 | 1.6 | - |
| YUV | 51.21 | 109.82 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 19 | 0.94 | 0 | 0.77 | 0.68 | 131.05 | 0.88 | 0.17 |
| Hex | 5 | 51 | 13 | 5E | 0 | 4D | 44 | 83 | 58 | 11 |
| Octal | 5 | 121 | 23 | 136 | 0 | 115 | 104 | 203 | 130 | 21 |
| Binary | 101 | 1010001 | 10011 | 1011110 | 0 | 1001101 | 1000100 | 10000011 | 1011000 | 10001 |
Color Harmonies of #055113
Complementary color
Monochromatic Colors of #055113
Black with #055113
Text Example
Text Example
White with #055113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055113; }
p { color: rgb(5,81,19); }
H1.HeaderClassName
{
color: #055113;
}
.AnyTagClassName
{
color: #055113;
}
</style>
background-color css
<style>
a { background-color: #055113; }
a { background-color: rgb(5,81,19); }
div.DivClassName
{
background-color: #055113;
}
.BgClassName
{
background-color: #055113;
}
</style>
border-color css
<style>
span { border-color: #055113; }
span { border-color: rgb(5,81,19); }
td.TdClassName
{
border-color: #055113;
}
.TagClassName
{
border-color: #055113;
}
</style>