Shades of Deep Fir #054C11
Tints of Deep Fir #054C11
RGB
CMYK
RGB Variations
Color information
#054C11 (or 0x054C11) is known color: Deep Fir. HEX triplet: 05, 4C and 11. RGB value is (5,76,17). Sum of RGB (Red+Green+Blue) = 5+76+17=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 76 (30.08% from 255 or 77.55% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 76 - color contains mainly: green. Hex color #054C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054C11 is #FAB3EE. Grayscale: #303030. Windows color (decimal): -16430063 or 1133573. OLE color: 1133573.
HSL color Cylindrical-coordinate representation of color #054C11: hue angle of 130.14º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054C11 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 76 | 17 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.70 |
| HSL | 130.14º | 0.88% | 0.16% | - |
| HSV(B) | 130.14º | 0.93% | 0.3% | - |
| XYZ | 2.75 | 5.24 | 1.4 | - |
| YUV | 48.05 | 110.48 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 17 | 0.93 | 0 | 0.78 | 0.70 | 130.14 | 0.88 | 0.16 |
| Hex | 5 | 4C | 11 | 5D | 0 | 4E | 46 | 82 | 58 | 10 |
| Octal | 5 | 114 | 21 | 135 | 0 | 116 | 106 | 202 | 130 | 20 |
| Binary | 101 | 1001100 | 10001 | 1011101 | 0 | 1001110 | 1000110 | 10000010 | 1011000 | 10000 |
Color Harmonies of #054C11
Complementary color
Monochromatic Colors of #054C11
Black with #054C11
Text Example
Text Example
White with #054C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C11; }
p { color: rgb(5,76,17); }
H1.HeaderClassName
{
color: #054C11;
}
.AnyTagClassName
{
color: #054C11;
}
</style>
background-color css
<style>
a { background-color: #054C11; }
a { background-color: rgb(5,76,17); }
div.DivClassName
{
background-color: #054C11;
}
.BgClassName
{
background-color: #054C11;
}
</style>
border-color css
<style>
span { border-color: #054C11; }
span { border-color: rgb(5,76,17); }
td.TdClassName
{
border-color: #054C11;
}
.TagClassName
{
border-color: #054C11;
}
</style>