Shades of Deep Fir #053F12
Tints of Deep Fir #053F12
RGB
CMYK
RGB Variations
Color information
#053F12 (or 0x053F12) is known color: Deep Fir. HEX triplet: 05, 3F and 12. RGB value is (5,63,18). Sum of RGB (Red+Green+Blue) = 5+63+18=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 63 (25% from 255 or 73.26% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 63 - color contains mainly: green. Hex color #053F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053F12 is #FAC0ED. Grayscale: #282828. Windows color (decimal): -16433390 or 1195781. OLE color: 1195781.
HSL color Cylindrical-coordinate representation of color #053F12: hue angle of 133.45º 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 #053F12 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 63 | 18 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.75 |
| HSL | 133.45º | 0.85% | 0.13% | - |
| HSV(B) | 133.45º | 0.92% | 0.25% | - |
| XYZ | 1.95 | 3.63 | 1.17 | - |
| YUV | 40.53 | 115.28 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 18 | 0.92 | 0 | 0.71 | 0.75 | 133.45 | 0.85 | 0.13 |
| Hex | 5 | 3F | 12 | 5C | 0 | 47 | 4B | 85 | 55 | D |
| Octal | 5 | 77 | 22 | 134 | 0 | 107 | 113 | 205 | 125 | 15 |
| Binary | 101 | 111111 | 10010 | 1011100 | 0 | 1000111 | 1001011 | 10000101 | 1010101 | 1101 |
Color Harmonies of #053F12
Complementary color
Monochromatic Colors of #053F12
Black with #053F12
Text Example
Text Example
White with #053F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F12; }
p { color: rgb(5,63,18); }
H1.HeaderClassName
{
color: #053F12;
}
.AnyTagClassName
{
color: #053F12;
}
</style>
background-color css
<style>
a { background-color: #053F12; }
a { background-color: rgb(5,63,18); }
div.DivClassName
{
background-color: #053F12;
}
.BgClassName
{
background-color: #053F12;
}
</style>
border-color css
<style>
span { border-color: #053F12; }
span { border-color: rgb(5,63,18); }
td.TdClassName
{
border-color: #053F12;
}
.TagClassName
{
border-color: #053F12;
}
</style>