#050803

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

Shades of Pine Tree #050803

Tints of Pine Tree #050803

Color information

#050803 (or 0x050803) is unknown color: approx Pine Tree. HEX triplet: 05, 08 and 03. RGB value is (5,8,3). Sum of RGB (Red+Green+Blue) = 5+8+3=16 (2% of max value = 765). Red value is 5 (2.34% from 255 or 31.25% from 16); Green value is 8 (3.52% from 255 or 50% from 16); Blue value is 3 (1.56% from 255 or 18.75% from 16); Max value from RGB is 8 - color contains mainly: green. Hex color #050803 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050803 is #FAF7FC. Grayscale: #060606. Windows color (decimal): -16447485 or 198661. OLE color: 198661.

HSL color Cylindrical-coordinate representation of color #050803: hue angle of 96º degrees, saturation: 0.45, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #050803 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.97.

Color convert

RGB583-
CMYK0.3800.630.97
HSL96º45.45%2.16%-
HSV(B)96º62.5%3.14%-
XYZ0.170.210.12-
YUV6.53126.01126.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 31.25%
GREEN value IS 8 (3.52% from 255) = 50%
BLUE value IS 3 (1.56% from 255) = 18.75%
R=31.25%
G=50%
B=18.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal5830.3800.630.979645.452.16
Hex5832603F61602d2
Octal510346077141140552
Binary10110001110011001111111100001110000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050803; }

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

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

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

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

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

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

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

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