#050700

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

Shades of Pine Tree #050700

Tints of Pine Tree #050700

Color information

#050700 (or 0x050700) is unknown color: approx Pine Tree. HEX triplet: 05, 07 and 00. RGB value is (5,7,0). Sum of RGB (Red+Green+Blue) = 5+7+0=12 (1% of max value = 765). Red value is 5 (2.34% from 255 or 41.67% from 12); Green value is 7 (3.12% from 255 or 58.33% from 12); Blue value is 0 (0.39% from 255 or 0% from 12); Max value from RGB is 7 - color contains mainly: green. Hex color #050700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050700 is #FAF8FF. Grayscale: #050505. Windows color (decimal): -16447744 or 1797. OLE color: 1797.

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

Color convert

RGB570-
CMYK0.29010.97
HSL77.14º100%1.37%-
HSV(B)77.14º100%2.75%-
XYZ0.140.180.03-
YUV5.6124.84127.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 41.67%
GREEN value IS 7 (3.12% from 255) = 58.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.67%
G=58.33%
B=0%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal5700.29010.9777.141001.37
Hex5701D064614d641
Octal5703501441411151441
Binary101111011101011001001100001100110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050700; }

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

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

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

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

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

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

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

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