Shades of Deep Fir #053C13
Tints of Deep Fir #053C13
RGB
CMYK
RGB Variations
Color information
#053C13 (or 0x053C13) is known color: Deep Fir. HEX triplet: 05, 3C and 13. RGB value is (5,60,19). Sum of RGB (Red+Green+Blue) = 5+60+19=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 60 (23.83% from 255 or 71.43% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 60 - color contains mainly: green. Hex color #053C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053C13 is #FAC3EC. Grayscale: #262626. Windows color (decimal): -16434157 or 1260549. OLE color: 1260549.
HSL color Cylindrical-coordinate representation of color #053C13: hue angle of 135.27º 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 #053C13 is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 60 | 19 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.76 |
| HSL | 135.27º | 0.85% | 0.13% | - |
| HSV(B) | 135.27º | 0.92% | 0.24% | - |
| XYZ | 1.8 | 3.31 | 1.16 | - |
| YUV | 38.88 | 116.78 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 19 | 0.92 | 0 | 0.68 | 0.76 | 135.27 | 0.85 | 0.13 |
| Hex | 5 | 3C | 13 | 5C | 0 | 44 | 4C | 87 | 55 | D |
| Octal | 5 | 74 | 23 | 134 | 0 | 104 | 114 | 207 | 125 | 15 |
| Binary | 101 | 111100 | 10011 | 1011100 | 0 | 1000100 | 1001100 | 10000111 | 1010101 | 1101 |
Color Harmonies of #053C13
Complementary color
Monochromatic Colors of #053C13
Black with #053C13
Text Example
Text Example
White with #053C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C13; }
p { color: rgb(5,60,19); }
H1.HeaderClassName
{
color: #053C13;
}
.AnyTagClassName
{
color: #053C13;
}
</style>
background-color css
<style>
a { background-color: #053C13; }
a { background-color: rgb(5,60,19); }
div.DivClassName
{
background-color: #053C13;
}
.BgClassName
{
background-color: #053C13;
}
</style>
border-color css
<style>
span { border-color: #053C13; }
span { border-color: rgb(5,60,19); }
td.TdClassName
{
border-color: #053C13;
}
.TagClassName
{
border-color: #053C13;
}
</style>