#050704

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

Shades of Pine Tree #050704

Tints of Pine Tree #050704

Color information

#050704 (or 0x050704) is unknown color: approx Pine Tree. HEX triplet: 05, 07 and 04. RGB value is (5,7,4). Sum of RGB (Red+Green+Blue) = 5+7+4=16 (2% of max value = 765). Red value is 5 (2.34% from 255 or 31.25% from 16); Green value is 7 (3.12% from 255 or 43.75% from 16); Blue value is 4 (1.95% from 255 or 25% from 16); Max value from RGB is 7 - color contains mainly: green. Hex color #050704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050704 is #FAF8FB. Grayscale: #060606. Windows color (decimal): -16447740 or 263941. OLE color: 263941.

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

Color convert

RGB574-
CMYK0.2900.430.97
HSL100º27.27%2.16%-
HSV(B)100º42.86%2.75%-
XYZ0.160.190.14-
YUV6.06126.84127.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 31.25%
GREEN value IS 7 (3.12% from 255) = 43.75%
BLUE value IS 4 (1.95% from 255) = 25%
R=31.25%
G=43.75%
B=25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal5740.2900.430.9710027.272.16
Hex5741D02B61641b2
Octal57435053141144332
Binary101111100111010101011110000111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050704; }

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

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

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

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

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

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

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

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