Shades of Deep Fir #053110
Tints of Deep Fir #053110
RGB
CMYK
RGB Variations
Color information
#053110 (or 0x053110) is known color: Deep Fir. HEX triplet: 05, 31 and 10. RGB value is (5,49,16). Sum of RGB (Red+Green+Blue) = 5+49+16=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 49 (19.53% from 255 or 70% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 49 - color contains mainly: green. Hex color #053110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053110 is #FACEEF. Grayscale: #202020. Windows color (decimal): -16436976 or 1061125. OLE color: 1061125.
HSL color Cylindrical-coordinate representation of color #053110: hue angle of 135º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053110 is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 49 | 16 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.81 |
| HSL | 135º | 0.81% | 0.11% | - |
| HSV(B) | 135º | 0.9% | 0.19% | - |
| XYZ | 1.25 | 2.27 | 0.86 | - |
| YUV | 32.08 | 118.92 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 49 | 16 | 0.90 | 0 | 0.67 | 0.81 | 135 | 0.81 | 0.11 |
| Hex | 5 | 31 | 10 | 5A | 0 | 43 | 51 | 87 | 51 | B |
| Octal | 5 | 61 | 20 | 132 | 0 | 103 | 121 | 207 | 121 | 13 |
| Binary | 101 | 110001 | 10000 | 1011010 | 0 | 1000011 | 1010001 | 10000111 | 1010001 | 1011 |
Color Harmonies of #053110
Complementary color
Monochromatic Colors of #053110
Black with #053110
Text Example
Text Example
White with #053110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053110; }
p { color: rgb(5,49,16); }
H1.HeaderClassName
{
color: #053110;
}
.AnyTagClassName
{
color: #053110;
}
</style>
background-color css
<style>
a { background-color: #053110; }
a { background-color: rgb(5,49,16); }
div.DivClassName
{
background-color: #053110;
}
.BgClassName
{
background-color: #053110;
}
</style>
border-color css
<style>
span { border-color: #053110; }
span { border-color: rgb(5,49,16); }
td.TdClassName
{
border-color: #053110;
}
.TagClassName
{
border-color: #053110;
}
</style>