Shades of Deep Fir #054A11
Tints of Deep Fir #054A11
RGB
CMYK
RGB Variations
Color information
#054A11 (or 0x054A11) is known color: Deep Fir. HEX triplet: 05, 4A and 11. RGB value is (5,74,17). Sum of RGB (Red+Green+Blue) = 5+74+17=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 74 (29.30% from 255 or 77.08% from 96); Blue value is 17 (7.03% from 255 or 17.71% from 96); Max value from RGB is 74 - color contains mainly: green. Hex color #054A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054A11 is #FAB5EE. Grayscale: #2F2F2F. Windows color (decimal): -16430575 or 1133061. OLE color: 1133061.
HSL color Cylindrical-coordinate representation of color #054A11: hue angle of 130.43º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054A11 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 74 | 17 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.71 |
| HSL | 130.43º | 0.87% | 0.15% | - |
| HSV(B) | 130.43º | 0.93% | 0.29% | - |
| XYZ | 2.61 | 4.97 | 1.35 | - |
| YUV | 46.87 | 111.14 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 17 | 0.93 | 0 | 0.77 | 0.71 | 130.43 | 0.87 | 0.15 |
| Hex | 5 | 4A | 11 | 5D | 0 | 4D | 47 | 82 | 57 | F |
| Octal | 5 | 112 | 21 | 135 | 0 | 115 | 107 | 202 | 127 | 17 |
| Binary | 101 | 1001010 | 10001 | 1011101 | 0 | 1001101 | 1000111 | 10000010 | 1010111 | 1111 |
Color Harmonies of #054A11
Complementary color
Monochromatic Colors of #054A11
Black with #054A11
Text Example
Text Example
White with #054A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054A11; }
p { color: rgb(5,74,17); }
H1.HeaderClassName
{
color: #054A11;
}
.AnyTagClassName
{
color: #054A11;
}
</style>
background-color css
<style>
a { background-color: #054A11; }
a { background-color: rgb(5,74,17); }
div.DivClassName
{
background-color: #054A11;
}
.BgClassName
{
background-color: #054A11;
}
</style>
border-color css
<style>
span { border-color: #054A11; }
span { border-color: rgb(5,74,17); }
td.TdClassName
{
border-color: #054A11;
}
.TagClassName
{
border-color: #054A11;
}
</style>