Shades of Pine Tree #051100
Tints of Pine Tree #051100
RGB
CMYK
RGB Variations
Color information
#051100 (or 0x051100) is known color: Pine Tree. HEX triplet: 05, 11 and 00. RGB value is (5,17,0). Sum of RGB (Red+Green+Blue) = 5+17+0=22 (2% of max value = 765). Red value is 5 (2.34% from 255 or 22.73% from 22); Green value is 17 (7.03% from 255 or 77.27% from 22); Blue value is 0 (0.39% from 255 or 0% from 22); Max value from RGB is 17 - color contains mainly: green. Hex color #051100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051100 is #FAEEFF. Grayscale: #0B0B0B. Windows color (decimal): -16445184 or 4357. OLE color: 4357.
HSL color Cylindrical-coordinate representation of color #051100: hue angle of 102.35º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #051100 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 17 | 0 | - |
| CMYK | 0.71 | 0 | 1 | 0.93 |
| HSL | 102.35º | 1% | 0.03% | - |
| HSV(B) | 102.35º | 1% | 0.07% | - |
| XYZ | 0.26 | 0.43 | 0.07 | - |
| YUV | 11.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 0 | 0.71 | 0 | 1 | 0.93 | 102.35 | 1 | 0.03 |
| Hex | 5 | 11 | 0 | 47 | 0 | 64 | 5D | 66 | 64 | 3 |
| Octal | 5 | 21 | 0 | 107 | 0 | 144 | 135 | 146 | 144 | 3 |
| Binary | 101 | 10001 | 0 | 1000111 | 0 | 1100100 | 1011101 | 1100110 | 1100100 | 11 |
Color Harmonies of #051100
Complementary color
Monochromatic Colors of #051100
Black with #051100
Text Example
Text Example
White with #051100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051100; }
p { color: rgb(5,17,0); }
H1.HeaderClassName
{
color: #051100;
}
.AnyTagClassName
{
color: #051100;
}
</style>
background-color css
<style>
a { background-color: #051100; }
a { background-color: rgb(5,17,0); }
div.DivClassName
{
background-color: #051100;
}
.BgClassName
{
background-color: #051100;
}
</style>
border-color css
<style>
span { border-color: #051100; }
span { border-color: rgb(5,17,0); }
td.TdClassName
{
border-color: #051100;
}
.TagClassName
{
border-color: #051100;
}
</style>