Shades of Deep Fir #053C14
Tints of Deep Fir #053C14
RGB
CMYK
RGB Variations
Color information
#053C14 (or 0x053C14) is known color: Deep Fir. HEX triplet: 05, 3C and 14. RGB value is (5,60,20). Sum of RGB (Red+Green+Blue) = 5+60+20=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 60 (23.83% from 255 or 70.59% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 60 - color contains mainly: green. Hex color #053C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053C14 is #FAC3EB. Grayscale: #272727. Windows color (decimal): -16434156 or 1326085. OLE color: 1326085.
HSL color Cylindrical-coordinate representation of color #053C14: hue angle of 136.36º 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 #053C14 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 60 | 20 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.76 |
| HSL | 136.36º | 0.85% | 0.13% | - |
| HSV(B) | 136.36º | 0.92% | 0.24% | - |
| XYZ | 1.8 | 3.31 | 1.21 | - |
| YUV | 39 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 20 | 0.92 | 0 | 0.67 | 0.76 | 136.36 | 0.85 | 0.13 |
| Hex | 5 | 3C | 14 | 5C | 0 | 43 | 4C | 88 | 55 | D |
| Octal | 5 | 74 | 24 | 134 | 0 | 103 | 114 | 210 | 125 | 15 |
| Binary | 101 | 111100 | 10100 | 1011100 | 0 | 1000011 | 1001100 | 10001000 | 1010101 | 1101 |
Color Harmonies of #053C14
Complementary color
Monochromatic Colors of #053C14
Black with #053C14
Text Example
Text Example
White with #053C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C14; }
p { color: rgb(5,60,20); }
H1.HeaderClassName
{
color: #053C14;
}
.AnyTagClassName
{
color: #053C14;
}
</style>
background-color css
<style>
a { background-color: #053C14; }
a { background-color: rgb(5,60,20); }
div.DivClassName
{
background-color: #053C14;
}
.BgClassName
{
background-color: #053C14;
}
</style>
border-color css
<style>
span { border-color: #053C14; }
span { border-color: rgb(5,60,20); }
td.TdClassName
{
border-color: #053C14;
}
.TagClassName
{
border-color: #053C14;
}
</style>