Shades of Deep Fir #054915
Tints of Deep Fir #054915
RGB
CMYK
RGB Variations
Color information
#054915 (or 0x054915) is known color: Deep Fir. HEX triplet: 05, 49 and 15. RGB value is (5,73,21). Sum of RGB (Red+Green+Blue) = 5+73+21=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 73 (28.91% from 255 or 73.74% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 73 - color contains mainly: green. Hex color #054915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054915 is #FAB6EA. Grayscale: #2E2E2E. Windows color (decimal): -16430827 or 1394949. OLE color: 1394949.
HSL color Cylindrical-coordinate representation of color #054915: hue angle of 134.12º 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 #054915 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 73 | 21 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.71 |
| HSL | 134.12º | 0.87% | 0.15% | - |
| HSV(B) | 134.12º | 0.93% | 0.29% | - |
| XYZ | 2.58 | 4.85 | 1.51 | - |
| YUV | 46.74 | 113.47 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 73 | 21 | 0.93 | 0 | 0.71 | 0.71 | 134.12 | 0.87 | 0.15 |
| Hex | 5 | 49 | 15 | 5D | 0 | 47 | 47 | 86 | 57 | F |
| Octal | 5 | 111 | 25 | 135 | 0 | 107 | 107 | 206 | 127 | 17 |
| Binary | 101 | 1001001 | 10101 | 1011101 | 0 | 1000111 | 1000111 | 10000110 | 1010111 | 1111 |
Color Harmonies of #054915
Complementary color
Monochromatic Colors of #054915
Black with #054915
Text Example
Text Example
White with #054915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054915; }
p { color: rgb(5,73,21); }
H1.HeaderClassName
{
color: #054915;
}
.AnyTagClassName
{
color: #054915;
}
</style>
background-color css
<style>
a { background-color: #054915; }
a { background-color: rgb(5,73,21); }
div.DivClassName
{
background-color: #054915;
}
.BgClassName
{
background-color: #054915;
}
</style>
border-color css
<style>
span { border-color: #054915; }
span { border-color: rgb(5,73,21); }
td.TdClassName
{
border-color: #054915;
}
.TagClassName
{
border-color: #054915;
}
</style>