Shades of Deep Fir #054012
Tints of Deep Fir #054012
RGB
CMYK
RGB Variations
Color information
#054012 (or 0x054012) is known color: Deep Fir. HEX triplet: 05, 40 and 12. RGB value is (5,64,18). Sum of RGB (Red+Green+Blue) = 5+64+18=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 64 (25.39% from 255 or 73.56% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 64 - color contains mainly: green. Hex color #054012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054012 is #FABFED. Grayscale: #292929. Windows color (decimal): -16433134 or 1196037. OLE color: 1196037.
HSL color Cylindrical-coordinate representation of color #054012: hue angle of 133.22º 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 #054012 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 64 | 18 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.75 |
| HSL | 133.22º | 0.86% | 0.14% | - |
| HSV(B) | 133.22º | 0.92% | 0.25% | - |
| XYZ | 2.01 | 3.74 | 1.19 | - |
| YUV | 41.12 | 114.95 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 18 | 0.92 | 0 | 0.72 | 0.75 | 133.22 | 0.86 | 0.14 |
| Hex | 5 | 40 | 12 | 5C | 0 | 48 | 4B | 85 | 56 | E |
| Octal | 5 | 100 | 22 | 134 | 0 | 110 | 113 | 205 | 126 | 16 |
| Binary | 101 | 1000000 | 10010 | 1011100 | 0 | 1001000 | 1001011 | 10000101 | 1010110 | 1110 |
Color Harmonies of #054012
Complementary color
Monochromatic Colors of #054012
Black with #054012
Text Example
Text Example
White with #054012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054012; }
p { color: rgb(5,64,18); }
H1.HeaderClassName
{
color: #054012;
}
.AnyTagClassName
{
color: #054012;
}
</style>
background-color css
<style>
a { background-color: #054012; }
a { background-color: rgb(5,64,18); }
div.DivClassName
{
background-color: #054012;
}
.BgClassName
{
background-color: #054012;
}
</style>
border-color css
<style>
span { border-color: #054012; }
span { border-color: rgb(5,64,18); }
td.TdClassName
{
border-color: #054012;
}
.TagClassName
{
border-color: #054012;
}
</style>