#050703

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

Shades of Pine Tree #050703

Tints of Pine Tree #050703

Color information

#050703 (or 0x050703) is unknown color: approx Pine Tree. HEX triplet: 05, 07 and 03. RGB value is (5,7,3). Sum of RGB (Red+Green+Blue) = 5+7+3=15 (1% of max value = 765). Red value is 5 (2.34% from 255 or 33.33% from 15); Green value is 7 (3.12% from 255 or 46.67% from 15); Blue value is 3 (1.56% from 255 or 20% from 15); Max value from RGB is 7 - color contains mainly: green. Hex color #050703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050703 is #FAF8FC. Grayscale: #050505. Windows color (decimal): -16447741 or 198405. OLE color: 198405.

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

Color convert

RGB573-
CMYK0.2900.570.97
HSL90º40%1.96%-
HSV(B)90º57.14%2.75%-
XYZ0.160.190.11-
YUV5.95126.34127.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 33.33%
GREEN value IS 7 (3.12% from 255) = 46.67%
BLUE value IS 3 (1.56% from 255) = 20%
R=33.33%
G=46.67%
B=20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal5730.2900.570.9790401.96
Hex5731D039615a282
Octal57335071141132502
Binary101111111110101110011100001101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050703; }

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

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

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

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

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

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

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

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