Shades of Deep Fir #054117
Tints of Deep Fir #054117
RGB
CMYK
RGB Variations
Color information
#054117 (or 0x054117) is known color: Deep Fir. HEX triplet: 05, 41 and 17. RGB value is (5,65,23). Sum of RGB (Red+Green+Blue) = 5+65+23=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 65 (25.78% from 255 or 69.89% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 65 - color contains mainly: green. Hex color #054117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054117 is #FABEE8. Grayscale: #2A2A2A. Windows color (decimal): -16432873 or 1523973. OLE color: 1523973.
HSL color Cylindrical-coordinate representation of color #054117: hue angle of 138º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054117 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 65 | 23 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.75 |
| HSL | 138º | 0.86% | 0.14% | - |
| HSV(B) | 138º | 0.92% | 0.25% | - |
| XYZ | 2.11 | 3.87 | 1.45 | - |
| YUV | 42.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 65 | 23 | 0.92 | 0 | 0.65 | 0.75 | 138 | 0.86 | 0.14 |
| Hex | 5 | 41 | 17 | 5C | 0 | 41 | 4B | 8A | 56 | E |
| Octal | 5 | 101 | 27 | 134 | 0 | 101 | 113 | 212 | 126 | 16 |
| Binary | 101 | 1000001 | 10111 | 1011100 | 0 | 1000001 | 1001011 | 10001010 | 1010110 | 1110 |
Color Harmonies of #054117
Complementary color
Monochromatic Colors of #054117
Black with #054117
Text Example
Text Example
White with #054117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054117; }
p { color: rgb(5,65,23); }
H1.HeaderClassName
{
color: #054117;
}
.AnyTagClassName
{
color: #054117;
}
</style>
background-color css
<style>
a { background-color: #054117; }
a { background-color: rgb(5,65,23); }
div.DivClassName
{
background-color: #054117;
}
.BgClassName
{
background-color: #054117;
}
</style>
border-color css
<style>
span { border-color: #054117; }
span { border-color: rgb(5,65,23); }
td.TdClassName
{
border-color: #054117;
}
.TagClassName
{
border-color: #054117;
}
</style>