Shades of Deep Fir #053F11
Tints of Deep Fir #053F11
RGB
CMYK
RGB Variations
Color information
#053F11 (or 0x053F11) is known color: Deep Fir. HEX triplet: 05, 3F and 11. RGB value is (5,63,17). Sum of RGB (Red+Green+Blue) = 5+63+17=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 63 (25% from 255 or 74.12% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 63 - color contains mainly: green. Hex color #053F11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053F11 is #FAC0EE. Grayscale: #282828. Windows color (decimal): -16433391 or 1130245. OLE color: 1130245.
HSL color Cylindrical-coordinate representation of color #053F11: hue angle of 132.41º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053F11 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 63 | 17 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.75 |
| HSL | 132.41º | 0.85% | 0.13% | - |
| HSV(B) | 132.41º | 0.92% | 0.25% | - |
| XYZ | 1.94 | 3.63 | 1.13 | - |
| YUV | 40.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 17 | 0.92 | 0 | 0.73 | 0.75 | 132.41 | 0.85 | 0.13 |
| Hex | 5 | 3F | 11 | 5C | 0 | 49 | 4B | 84 | 55 | D |
| Octal | 5 | 77 | 21 | 134 | 0 | 111 | 113 | 204 | 125 | 15 |
| Binary | 101 | 111111 | 10001 | 1011100 | 0 | 1001001 | 1001011 | 10000100 | 1010101 | 1101 |
Color Harmonies of #053F11
Complementary color
Monochromatic Colors of #053F11
Black with #053F11
Text Example
Text Example
White with #053F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F11; }
p { color: rgb(5,63,17); }
H1.HeaderClassName
{
color: #053F11;
}
.AnyTagClassName
{
color: #053F11;
}
</style>
background-color css
<style>
a { background-color: #053F11; }
a { background-color: rgb(5,63,17); }
div.DivClassName
{
background-color: #053F11;
}
.BgClassName
{
background-color: #053F11;
}
</style>
border-color css
<style>
span { border-color: #053F11; }
span { border-color: rgb(5,63,17); }
td.TdClassName
{
border-color: #053F11;
}
.TagClassName
{
border-color: #053F11;
}
</style>