Shades of Deep Fir #053F16
Tints of Deep Fir #053F16
RGB
CMYK
RGB Variations
Color information
#053F16 (or 0x053F16) is known color: Deep Fir. HEX triplet: 05, 3F and 16. RGB value is (5,63,22). Sum of RGB (Red+Green+Blue) = 5+63+22=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 63 (25% from 255 or 70% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 63 - color contains mainly: green. Hex color #053F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053F16 is #FAC0E9. Grayscale: #292929. Windows color (decimal): -16433386 or 1457925. OLE color: 1457925.
HSL color Cylindrical-coordinate representation of color #053F16: hue angle of 137.59º 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 #053F16 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 63 | 22 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.75 |
| HSL | 137.59º | 0.85% | 0.13% | - |
| HSV(B) | 137.59º | 0.92% | 0.25% | - |
| XYZ | 1.98 | 3.65 | 1.36 | - |
| YUV | 40.98 | 117.28 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 22 | 0.92 | 0 | 0.65 | 0.75 | 137.59 | 0.85 | 0.13 |
| Hex | 5 | 3F | 16 | 5C | 0 | 41 | 4B | 8A | 55 | D |
| Octal | 5 | 77 | 26 | 134 | 0 | 101 | 113 | 212 | 125 | 15 |
| Binary | 101 | 111111 | 10110 | 1011100 | 0 | 1000001 | 1001011 | 10001010 | 1010101 | 1101 |
Color Harmonies of #053F16
Complementary color
Monochromatic Colors of #053F16
Black with #053F16
Text Example
Text Example
White with #053F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F16; }
p { color: rgb(5,63,22); }
H1.HeaderClassName
{
color: #053F16;
}
.AnyTagClassName
{
color: #053F16;
}
</style>
background-color css
<style>
a { background-color: #053F16; }
a { background-color: rgb(5,63,22); }
div.DivClassName
{
background-color: #053F16;
}
.BgClassName
{
background-color: #053F16;
}
</style>
border-color css
<style>
span { border-color: #053F16; }
span { border-color: rgb(5,63,22); }
td.TdClassName
{
border-color: #053F16;
}
.TagClassName
{
border-color: #053F16;
}
</style>