Shades of Deep Fir #053B17
Tints of Deep Fir #053B17
RGB
CMYK
RGB Variations
Color information
#053B17 (or 0x053B17) is known color: Deep Fir. HEX triplet: 05, 3B and 17. RGB value is (5,59,23). Sum of RGB (Red+Green+Blue) = 5+59+23=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 59 (23.44% from 255 or 67.82% from 87); Blue value is 23 (9.38% from 255 or 26.44% from 87); Max value from RGB is 59 - color contains mainly: green. Hex color #053B17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053B17 is #FAC4E8. Grayscale: #262626. Windows color (decimal): -16434409 or 1522437. OLE color: 1522437.
HSL color Cylindrical-coordinate representation of color #053B17: hue angle of 140º 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 #053B17 is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 59 | 23 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.77 |
| HSL | 140º | 0.84% | 0.13% | - |
| HSV(B) | 140º | 0.92% | 0.23% | - |
| XYZ | 1.78 | 3.22 | 1.34 | - |
| YUV | 38.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 23 | 0.92 | 0 | 0.61 | 0.77 | 140 | 0.84 | 0.13 |
| Hex | 5 | 3B | 17 | 5C | 0 | 3D | 4D | 8C | 54 | D |
| Octal | 5 | 73 | 27 | 134 | 0 | 75 | 115 | 214 | 124 | 15 |
| Binary | 101 | 111011 | 10111 | 1011100 | 0 | 111101 | 1001101 | 10001100 | 1010100 | 1101 |
Color Harmonies of #053B17
Complementary color
Monochromatic Colors of #053B17
Black with #053B17
Text Example
Text Example
White with #053B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B17; }
p { color: rgb(5,59,23); }
H1.HeaderClassName
{
color: #053B17;
}
.AnyTagClassName
{
color: #053B17;
}
</style>
background-color css
<style>
a { background-color: #053B17; }
a { background-color: rgb(5,59,23); }
div.DivClassName
{
background-color: #053B17;
}
.BgClassName
{
background-color: #053B17;
}
</style>
border-color css
<style>
span { border-color: #053B17; }
span { border-color: rgb(5,59,23); }
td.TdClassName
{
border-color: #053B17;
}
.TagClassName
{
border-color: #053B17;
}
</style>