Shades of Deep Fir #053D13
Tints of Deep Fir #053D13
RGB
CMYK
RGB Variations
Color information
#053D13 (or 0x053D13) is known color: Deep Fir. HEX triplet: 05, 3D and 13. RGB value is (5,61,19). Sum of RGB (Red+Green+Blue) = 5+61+19=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 61 (24.22% from 255 or 71.76% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 61 - color contains mainly: green. Hex color #053D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053D13 is #FAC2EC. Grayscale: #272727. Windows color (decimal): -16433901 or 1260805. OLE color: 1260805.
HSL color Cylindrical-coordinate representation of color #053D13: hue angle of 135º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053D13 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 61 | 19 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.76 |
| HSL | 135º | 0.85% | 0.13% | - |
| HSV(B) | 135º | 0.92% | 0.24% | - |
| XYZ | 1.85 | 3.42 | 1.18 | - |
| YUV | 39.47 | 116.45 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 19 | 0.92 | 0 | 0.69 | 0.76 | 135 | 0.85 | 0.13 |
| Hex | 5 | 3D | 13 | 5C | 0 | 45 | 4C | 87 | 55 | D |
| Octal | 5 | 75 | 23 | 134 | 0 | 105 | 114 | 207 | 125 | 15 |
| Binary | 101 | 111101 | 10011 | 1011100 | 0 | 1000101 | 1001100 | 10000111 | 1010101 | 1101 |
Color Harmonies of #053D13
Complementary color
Monochromatic Colors of #053D13
Black with #053D13
Text Example
Text Example
White with #053D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053D13; }
p { color: rgb(5,61,19); }
H1.HeaderClassName
{
color: #053D13;
}
.AnyTagClassName
{
color: #053D13;
}
</style>
background-color css
<style>
a { background-color: #053D13; }
a { background-color: rgb(5,61,19); }
div.DivClassName
{
background-color: #053D13;
}
.BgClassName
{
background-color: #053D13;
}
</style>
border-color css
<style>
span { border-color: #053D13; }
span { border-color: rgb(5,61,19); }
td.TdClassName
{
border-color: #053D13;
}
.TagClassName
{
border-color: #053D13;
}
</style>