Shades of Pine Tree #050804
Tints of Pine Tree #050804
RGB
CMYK
RGB Variations
Color information
#050804 (or 0x050804) is known color: Pine Tree. HEX triplet: 05, 08 and 04. RGB value is (5,8,4). Sum of RGB (Red+Green+Blue) = 5+8+4=17 (2% of max value = 765). Red value is 5 (2.34% from 255 or 29.41% from 17); Green value is 8 (3.52% from 255 or 47.06% from 17); Blue value is 4 (1.95% from 255 or 23.53% from 17); Max value from RGB is 8 - color contains mainly: green. Hex color #050804 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050804 is #FAF7FB. Grayscale: #060606. Windows color (decimal): -16447484 or 264197. OLE color: 264197.
HSL color Cylindrical-coordinate representation of color #050804: hue angle of 105º degrees, saturation: 0.33, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #050804 is Cyan = 0.38, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 5 | 8 | 4 | - |
| CMYK | 0.38 | 0 | 0.5 | 0.97 |
| HSL | 105º | 0.33% | 0.02% | - |
| HSV(B) | 105º | 0.5% | 0.03% | - |
| XYZ | 0.17 | 0.21 | 0.15 | - |
| YUV | 6.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 4 | 0.38 | 0 | 0.5 | 0.97 | 105 | 0.33 | 0.02 |
| Hex | 5 | 8 | 4 | 26 | 0 | 32 | 61 | 69 | 21 | 2 |
| Octal | 5 | 10 | 4 | 46 | 0 | 62 | 141 | 151 | 41 | 2 |
| Binary | 101 | 1000 | 100 | 100110 | 0 | 110010 | 1100001 | 1101001 | 100001 | 10 |
Color Harmonies of #050804
Complementary color
Monochromatic Colors of #050804
Black with #050804
Text Example
Text Example
White with #050804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050804; }
p { color: rgb(5,8,4); }
H1.HeaderClassName
{
color: #050804;
}
.AnyTagClassName
{
color: #050804;
}
</style>
background-color css
<style>
a { background-color: #050804; }
a { background-color: rgb(5,8,4); }
div.DivClassName
{
background-color: #050804;
}
.BgClassName
{
background-color: #050804;
}
</style>
border-color css
<style>
span { border-color: #050804; }
span { border-color: rgb(5,8,4); }
td.TdClassName
{
border-color: #050804;
}
.TagClassName
{
border-color: #050804;
}
</style>