#050903

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

Shades of Pine Tree #050903

Tints of Pine Tree #050903

Color information

#050903 (or 0x050903) is unknown color: approx Pine Tree. HEX triplet: 05, 09 and 03. RGB value is (5,9,3). Sum of RGB (Red+Green+Blue) = 5+9+3=17 (2% of max value = 765). Red value is 5 (2.34% from 255 or 29.41% from 17); Green value is 9 (3.91% from 255 or 52.94% from 17); Blue value is 3 (1.56% from 255 or 17.65% from 17); Max value from RGB is 9 - color contains mainly: green. Hex color #050903 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050903 is #FAF6FC. Grayscale: #070707. Windows color (decimal): -16447229 or 198917. OLE color: 198917.

HSL color Cylindrical-coordinate representation of color #050903: hue angle of 100º degrees, saturation: 0.5, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #050903 is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.96.

Color convert

RGB593-
CMYK0.4400.670.96
HSL100º50%2.35%-
HSV(B)100º66.67%3.53%-
XYZ0.180.230.12-
YUV7.12125.67126.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 29.41%
GREEN value IS 9 (3.91% from 255) = 52.94%
BLUE value IS 3 (1.56% from 255) = 17.65%
R=29.41%
G=52.94%
B=17.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal5930.4400.670.96100502.35
Hex5932C0436064322
Octal5113540103140144622
Binary101100111101100010000111100000110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050903; }

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

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

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

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

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

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

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

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