Shades of Deep Fir #053C10
Tints of Deep Fir #053C10
RGB
CMYK
RGB Variations
Color information
#053C10 (or 0x053C10) is known color: Deep Fir. HEX triplet: 05, 3C and 10. RGB value is (5,60,16). Sum of RGB (Red+Green+Blue) = 5+60+16=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 60 (23.83% from 255 or 74.07% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 60 - color contains mainly: green. Hex color #053C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053C10 is #FAC3EF. Grayscale: #262626. Windows color (decimal): -16434160 or 1063941. OLE color: 1063941.
HSL color Cylindrical-coordinate representation of color #053C10: hue angle of 132º 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 #053C10 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 60 | 16 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.76 |
| HSL | 132º | 0.85% | 0.13% | - |
| HSV(B) | 132º | 0.92% | 0.24% | - |
| XYZ | 1.77 | 3.3 | 1.03 | - |
| YUV | 38.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 16 | 0.92 | 0 | 0.73 | 0.76 | 132 | 0.85 | 0.13 |
| Hex | 5 | 3C | 10 | 5C | 0 | 49 | 4C | 84 | 55 | D |
| Octal | 5 | 74 | 20 | 134 | 0 | 111 | 114 | 204 | 125 | 15 |
| Binary | 101 | 111100 | 10000 | 1011100 | 0 | 1001001 | 1001100 | 10000100 | 1010101 | 1101 |
Color Harmonies of #053C10
Complementary color
Monochromatic Colors of #053C10
Black with #053C10
Text Example
Text Example
White with #053C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C10; }
p { color: rgb(5,60,16); }
H1.HeaderClassName
{
color: #053C10;
}
.AnyTagClassName
{
color: #053C10;
}
</style>
background-color css
<style>
a { background-color: #053C10; }
a { background-color: rgb(5,60,16); }
div.DivClassName
{
background-color: #053C10;
}
.BgClassName
{
background-color: #053C10;
}
</style>
border-color css
<style>
span { border-color: #053C10; }
span { border-color: rgb(5,60,16); }
td.TdClassName
{
border-color: #053C10;
}
.TagClassName
{
border-color: #053C10;
}
</style>