Shades of Deep Fir #054A10
Tints of Deep Fir #054A10
RGB
CMYK
RGB Variations
Color information
#054A10 (or 0x054A10) is known color: Deep Fir. HEX triplet: 05, 4A and 10. RGB value is (5,74,16). Sum of RGB (Red+Green+Blue) = 5+74+16=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 74 (29.30% from 255 or 77.89% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 74 - color contains mainly: green. Hex color #054A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054A10 is #FAB5EF. Grayscale: #2E2E2E. Windows color (decimal): -16430576 or 1067525. OLE color: 1067525.
HSL color Cylindrical-coordinate representation of color #054A10: hue angle of 129.57º 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 #054A10 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 74 | 16 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.71 |
| HSL | 129.57º | 0.87% | 0.15% | - |
| HSV(B) | 129.57º | 0.93% | 0.29% | - |
| XYZ | 2.6 | 4.97 | 1.31 | - |
| YUV | 46.76 | 110.64 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 16 | 0.93 | 0 | 0.78 | 0.71 | 129.57 | 0.87 | 0.15 |
| Hex | 5 | 4A | 10 | 5D | 0 | 4E | 47 | 82 | 57 | F |
| Octal | 5 | 112 | 20 | 135 | 0 | 116 | 107 | 202 | 127 | 17 |
| Binary | 101 | 1001010 | 10000 | 1011101 | 0 | 1001110 | 1000111 | 10000010 | 1010111 | 1111 |
Color Harmonies of #054A10
Complementary color
Monochromatic Colors of #054A10
Black with #054A10
Text Example
Text Example
White with #054A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054A10; }
p { color: rgb(5,74,16); }
H1.HeaderClassName
{
color: #054A10;
}
.AnyTagClassName
{
color: #054A10;
}
</style>
background-color css
<style>
a { background-color: #054A10; }
a { background-color: rgb(5,74,16); }
div.DivClassName
{
background-color: #054A10;
}
.BgClassName
{
background-color: #054A10;
}
</style>
border-color css
<style>
span { border-color: #054A10; }
span { border-color: rgb(5,74,16); }
td.TdClassName
{
border-color: #054A10;
}
.TagClassName
{
border-color: #054A10;
}
</style>