Shades of Deep Fir #053E10
Tints of Deep Fir #053E10
RGB
CMYK
RGB Variations
Color information
#053E10 (or 0x053E10) is known color: Deep Fir. HEX triplet: 05, 3E and 10. RGB value is (5,62,16). Sum of RGB (Red+Green+Blue) = 5+62+16=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 62 (24.61% from 255 or 74.70% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 62 - color contains mainly: green. Hex color #053E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053E10 is #FAC1EF. Grayscale: #272727. Windows color (decimal): -16433648 or 1064453. OLE color: 1064453.
HSL color Cylindrical-coordinate representation of color #053E10: hue angle of 131.58º 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 #053E10 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 62 | 16 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.76 |
| HSL | 131.58º | 0.85% | 0.13% | - |
| HSV(B) | 131.58º | 0.92% | 0.24% | - |
| XYZ | 1.88 | 3.51 | 1.07 | - |
| YUV | 39.71 | 114.62 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 16 | 0.92 | 0 | 0.74 | 0.76 | 131.58 | 0.85 | 0.13 |
| Hex | 5 | 3E | 10 | 5C | 0 | 4A | 4C | 84 | 55 | D |
| Octal | 5 | 76 | 20 | 134 | 0 | 112 | 114 | 204 | 125 | 15 |
| Binary | 101 | 111110 | 10000 | 1011100 | 0 | 1001010 | 1001100 | 10000100 | 1010101 | 1101 |
Color Harmonies of #053E10
Complementary color
Monochromatic Colors of #053E10
Black with #053E10
Text Example
Text Example
White with #053E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E10; }
p { color: rgb(5,62,16); }
H1.HeaderClassName
{
color: #053E10;
}
.AnyTagClassName
{
color: #053E10;
}
</style>
background-color css
<style>
a { background-color: #053E10; }
a { background-color: rgb(5,62,16); }
div.DivClassName
{
background-color: #053E10;
}
.BgClassName
{
background-color: #053E10;
}
</style>
border-color css
<style>
span { border-color: #053E10; }
span { border-color: rgb(5,62,16); }
td.TdClassName
{
border-color: #053E10;
}
.TagClassName
{
border-color: #053E10;
}
</style>