#051001

Color #051001 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #051001

Tints of Pine Tree #051001

Color information

#051001 (or 0x051001) is unknown color: approx Pine Tree. HEX triplet: 05, 10 and 01. RGB value is (5,16,1). Sum of RGB (Red+Green+Blue) = 5+16+1=22 (2% of max value = 765). Red value is 5 (2.34% from 255 or 22.73% from 22); Green value is 16 (6.64% from 255 or 72.73% from 22); Blue value is 1 (0.78% from 255 or 4.55% from 22); Max value from RGB is 16 - color contains mainly: green. Hex color #051001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051001 is #FAEFFE. Grayscale: #0B0B0B. Windows color (decimal): -16445439 or 69637. OLE color: 69637.

HSL color Cylindrical-coordinate representation of color #051001: hue angle of 104º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051001 is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.94.

Color convert

RGB5161-
CMYK0.6900.940.94
HSL104º88.24%3.33%-
HSV(B)104º93.75%6.27%-
XYZ0.250.410.09-
YUV11122.36123.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 22.73%
GREEN value IS 16 (6.64% from 255) = 72.73%
BLUE value IS 1 (0.78% from 255) = 4.55%
R=22.73%
G=72.73%
B=4.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal51610.6900.940.9410488.243.33
Hex51014505E5E68583
Octal520110501361361501303
Binary10110000110001010101111010111101101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051001; }

 p { color: rgb(5,16,1); }

 H1.HeaderClassName
 {
   color: #051001;
 }
 .AnyTagClassName
 {
   color: #051001;
 }
</style>
background-color css

<style>
 a { background-color: #051001; }

 a { background-color: rgb(5,16,1); }

 div.DivClassName
 {
   background-color: #051001;
 }
 .BgClassName
 {
   background-color: #051001;
 }
</style>
border-color css

<style>
 span { border-color: #051001; }

 span { border-color: rgb(5,16,1); }

 td.TdClassName
 {
   border-color: #051001;
 }
 .TagClassName
 {
   border-color: #051001;
 }
</style>