Shades of Deep Fir #053B13
Tints of Deep Fir #053B13
RGB
CMYK
RGB Variations
Color information
#053B13 (or 0x053B13) is known color: Deep Fir. HEX triplet: 05, 3B and 13. RGB value is (5,59,19). Sum of RGB (Red+Green+Blue) = 5+59+19=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 59 (23.44% from 255 or 71.08% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 59 - color contains mainly: green. Hex color #053B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053B13 is #FAC4EC. Grayscale: #262626. Windows color (decimal): -16434413 or 1260293. OLE color: 1260293.
HSL color Cylindrical-coordinate representation of color #053B13: hue angle of 135.56º 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 #053B13 is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 59 | 19 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.77 |
| HSL | 135.56º | 0.84% | 0.13% | - |
| HSV(B) | 135.56º | 0.92% | 0.23% | - |
| XYZ | 1.74 | 3.21 | 1.14 | - |
| YUV | 38.29 | 117.11 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 19 | 0.92 | 0 | 0.68 | 0.77 | 135.56 | 0.84 | 0.13 |
| Hex | 5 | 3B | 13 | 5C | 0 | 44 | 4D | 88 | 54 | D |
| Octal | 5 | 73 | 23 | 134 | 0 | 104 | 115 | 210 | 124 | 15 |
| Binary | 101 | 111011 | 10011 | 1011100 | 0 | 1000100 | 1001101 | 10001000 | 1010100 | 1101 |
Color Harmonies of #053B13
Complementary color
Monochromatic Colors of #053B13
Black with #053B13
Text Example
Text Example
White with #053B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B13; }
p { color: rgb(5,59,19); }
H1.HeaderClassName
{
color: #053B13;
}
.AnyTagClassName
{
color: #053B13;
}
</style>
background-color css
<style>
a { background-color: #053B13; }
a { background-color: rgb(5,59,19); }
div.DivClassName
{
background-color: #053B13;
}
.BgClassName
{
background-color: #053B13;
}
</style>
border-color css
<style>
span { border-color: #053B13; }
span { border-color: rgb(5,59,19); }
td.TdClassName
{
border-color: #053B13;
}
.TagClassName
{
border-color: #053B13;
}
</style>