Shades of Deep Fir #053B16
Tints of Deep Fir #053B16
RGB
CMYK
RGB Variations
Color information
#053B16 (or 0x053B16) is known color: Deep Fir. HEX triplet: 05, 3B and 16. RGB value is (5,59,22). Sum of RGB (Red+Green+Blue) = 5+59+22=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 59 (23.44% from 255 or 68.60% from 86); Blue value is 22 (8.98% from 255 or 25.58% from 86); Max value from RGB is 59 - color contains mainly: green. Hex color #053B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053B16 is #FAC4E9. Grayscale: #262626. Windows color (decimal): -16434410 or 1456901. OLE color: 1456901.
HSL color Cylindrical-coordinate representation of color #053B16: hue angle of 138.89º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053B16 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 59 | 22 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.77 |
| HSL | 138.89º | 0.84% | 0.13% | - |
| HSV(B) | 138.89º | 0.92% | 0.23% | - |
| XYZ | 1.77 | 3.22 | 1.29 | - |
| YUV | 38.64 | 118.61 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 22 | 0.92 | 0 | 0.63 | 0.77 | 138.89 | 0.84 | 0.13 |
| Hex | 5 | 3B | 16 | 5C | 0 | 3F | 4D | 8B | 54 | D |
| Octal | 5 | 73 | 26 | 134 | 0 | 77 | 115 | 213 | 124 | 15 |
| Binary | 101 | 111011 | 10110 | 1011100 | 0 | 111111 | 1001101 | 10001011 | 1010100 | 1101 |
Color Harmonies of #053B16
Complementary color
Monochromatic Colors of #053B16
Black with #053B16
Text Example
Text Example
White with #053B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B16; }
p { color: rgb(5,59,22); }
H1.HeaderClassName
{
color: #053B16;
}
.AnyTagClassName
{
color: #053B16;
}
</style>
background-color css
<style>
a { background-color: #053B16; }
a { background-color: rgb(5,59,22); }
div.DivClassName
{
background-color: #053B16;
}
.BgClassName
{
background-color: #053B16;
}
</style>
border-color css
<style>
span { border-color: #053B16; }
span { border-color: rgb(5,59,22); }
td.TdClassName
{
border-color: #053B16;
}
.TagClassName
{
border-color: #053B16;
}
</style>