Shades of Deep Fir #053C0D
Tints of Deep Fir #053C0D
RGB
CMYK
RGB Variations
Color information
#053C0D (or 0x053C0D) is known color: Deep Fir. HEX triplet: 05, 3C and 0D. RGB value is (5,60,13). Sum of RGB (Red+Green+Blue) = 5+60+13=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 60 (23.83% from 255 or 76.92% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 60 - color contains mainly: green. Hex color #053C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053C0D is #FAC3F2. Grayscale: #262626. Windows color (decimal): -16434163 or 867333. OLE color: 867333.
HSL color Cylindrical-coordinate representation of color #053C0D: hue angle of 128.73º 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 #053C0D is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 60 | 13 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.76 |
| HSL | 128.73º | 0.85% | 0.13% | - |
| HSV(B) | 128.73º | 0.92% | 0.24% | - |
| XYZ | 1.75 | 3.29 | 0.92 | - |
| YUV | 38.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 13 | 0.92 | 0 | 0.78 | 0.76 | 128.73 | 0.85 | 0.13 |
| Hex | 5 | 3C | D | 5C | 0 | 4E | 4C | 81 | 55 | D |
| Octal | 5 | 74 | 15 | 134 | 0 | 116 | 114 | 201 | 125 | 15 |
| Binary | 101 | 111100 | 1101 | 1011100 | 0 | 1001110 | 1001100 | 10000001 | 1010101 | 1101 |
Color Harmonies of #053C0D
Complementary color
Monochromatic Colors of #053C0D
Black with #053C0D
Text Example
Text Example
White with #053C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C0D; }
p { color: rgb(5,60,13); }
H1.HeaderClassName
{
color: #053C0D;
}
.AnyTagClassName
{
color: #053C0D;
}
</style>
background-color css
<style>
a { background-color: #053C0D; }
a { background-color: rgb(5,60,13); }
div.DivClassName
{
background-color: #053C0D;
}
.BgClassName
{
background-color: #053C0D;
}
</style>
border-color css
<style>
span { border-color: #053C0D; }
span { border-color: rgb(5,60,13); }
td.TdClassName
{
border-color: #053C0D;
}
.TagClassName
{
border-color: #053C0D;
}
</style>