Shades of Deep Fir #053B10
Tints of Deep Fir #053B10
RGB
CMYK
RGB Variations
Color information
#053B10 (or 0x053B10) is known color: Deep Fir. HEX triplet: 05, 3B and 10. RGB value is (5,59,16). Sum of RGB (Red+Green+Blue) = 5+59+16=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 59 (23.44% from 255 or 73.75% from 80); Blue value is 16 (6.64% from 255 or 20% from 80); Max value from RGB is 59 - color contains mainly: green. Hex color #053B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053B10 is #FAC4EF. Grayscale: #262626. Windows color (decimal): -16434416 or 1063685. OLE color: 1063685.
HSL color Cylindrical-coordinate representation of color #053B10: hue angle of 132.22º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053B10 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 59 | 16 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.77 |
| HSL | 132.22º | 0.84% | 0.13% | - |
| HSV(B) | 132.22º | 0.92% | 0.23% | - |
| XYZ | 1.72 | 3.2 | 1.02 | - |
| YUV | 37.95 | 115.61 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 16 | 0.92 | 0 | 0.73 | 0.77 | 132.22 | 0.84 | 0.13 |
| Hex | 5 | 3B | 10 | 5C | 0 | 49 | 4D | 84 | 54 | D |
| Octal | 5 | 73 | 20 | 134 | 0 | 111 | 115 | 204 | 124 | 15 |
| Binary | 101 | 111011 | 10000 | 1011100 | 0 | 1001001 | 1001101 | 10000100 | 1010100 | 1101 |
Color Harmonies of #053B10
Complementary color
Monochromatic Colors of #053B10
Black with #053B10
Text Example
Text Example
White with #053B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B10; }
p { color: rgb(5,59,16); }
H1.HeaderClassName
{
color: #053B10;
}
.AnyTagClassName
{
color: #053B10;
}
</style>
background-color css
<style>
a { background-color: #053B10; }
a { background-color: rgb(5,59,16); }
div.DivClassName
{
background-color: #053B10;
}
.BgClassName
{
background-color: #053B10;
}
</style>
border-color css
<style>
span { border-color: #053B10; }
span { border-color: rgb(5,59,16); }
td.TdClassName
{
border-color: #053B10;
}
.TagClassName
{
border-color: #053B10;
}
</style>