Shades of Deep Fir #053A0D
Tints of Deep Fir #053A0D
RGB
CMYK
RGB Variations
Color information
#053A0D (or 0x053A0D) is known color: Deep Fir. HEX triplet: 05, 3A and 0D. RGB value is (5,58,13). Sum of RGB (Red+Green+Blue) = 5+58+13=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 58 (23.05% from 255 or 76.32% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 58 - color contains mainly: green. Hex color #053A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A0D is #FAC5F2. Grayscale: #252525. Windows color (decimal): -16434675 or 866821. OLE color: 866821.
HSL color Cylindrical-coordinate representation of color #053A0D: hue angle of 129.06º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A0D is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 58 | 13 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.77 |
| HSL | 129.06º | 0.84% | 0.12% | - |
| HSV(B) | 129.06º | 0.91% | 0.23% | - |
| XYZ | 1.65 | 3.09 | 0.89 | - |
| YUV | 37.02 | 114.44 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 13 | 0.91 | 0 | 0.78 | 0.77 | 129.06 | 0.84 | 0.12 |
| Hex | 5 | 3A | D | 5B | 0 | 4E | 4D | 81 | 54 | C |
| Octal | 5 | 72 | 15 | 133 | 0 | 116 | 115 | 201 | 124 | 14 |
| Binary | 101 | 111010 | 1101 | 1011011 | 0 | 1001110 | 1001101 | 10000001 | 1010100 | 1100 |
Color Harmonies of #053A0D
Complementary color
Monochromatic Colors of #053A0D
Black with #053A0D
Text Example
Text Example
White with #053A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A0D; }
p { color: rgb(5,58,13); }
H1.HeaderClassName
{
color: #053A0D;
}
.AnyTagClassName
{
color: #053A0D;
}
</style>
background-color css
<style>
a { background-color: #053A0D; }
a { background-color: rgb(5,58,13); }
div.DivClassName
{
background-color: #053A0D;
}
.BgClassName
{
background-color: #053A0D;
}
</style>
border-color css
<style>
span { border-color: #053A0D; }
span { border-color: rgb(5,58,13); }
td.TdClassName
{
border-color: #053A0D;
}
.TagClassName
{
border-color: #053A0D;
}
</style>