#050701

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

Shades of Pine Tree #050701

Tints of Pine Tree #050701

Color information

#050701 (or 0x050701) is unknown color: approx Pine Tree. HEX triplet: 05, 07 and 01. RGB value is (5,7,1). Sum of RGB (Red+Green+Blue) = 5+7+1=13 (1% of max value = 765). Red value is 5 (2.34% from 255 or 38.46% from 13); Green value is 7 (3.12% from 255 or 53.85% from 13); Blue value is 1 (0.78% from 255 or 7.69% from 13); Max value from RGB is 7 - color contains mainly: green. Hex color #050701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050701 is #FAF8FE. Grayscale: #050505. Windows color (decimal): -16447743 or 67333. OLE color: 67333.

HSL color Cylindrical-coordinate representation of color #050701: hue angle of 80º degrees, saturation: 0.75, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #050701 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.97.

Color convert

RGB571-
CMYK0.2900.860.97
HSL80º75%1.57%-
HSV(B)80º85.71%2.75%-
XYZ0.140.190.06-
YUV5.72125.34127.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 38.46%
GREEN value IS 7 (3.12% from 255) = 53.85%
BLUE value IS 1 (0.78% from 255) = 7.69%
R=38.46%
G=53.85%
B=7.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal5710.2900.860.9780751.57
Hex5711D05661504b2
Octal5713501261411201132
Binary1011111111010101011011000011010000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050701; }

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

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

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

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

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

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

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

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