#163303

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

Shades of Pine Tree #163303

Tints of Pine Tree #163303

Color information

#163303 (or 0x163303) is unknown color: approx Pine Tree. HEX triplet: 16, 33 and 03. RGB value is (22,51,3). Sum of RGB (Red+Green+Blue) = 22+51+3=76 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.95% from 76); Green value is 51 (20.31% from 255 or 67.11% from 76); Blue value is 3 (1.56% from 255 or 3.95% from 76); Max value from RGB is 51 - color contains mainly: green. Hex color #163303 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163303 is #E9CCFC. Grayscale: #252525. Windows color (decimal): -15322365 or 209686. OLE color: 209686.

HSL color Cylindrical-coordinate representation of color #163303: hue angle of 96.25º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #163303 is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.8.

Color convert

RGB22513-
CMYK0.5700.940.8
HSL96.25º88.89%10.59%-
HSV(B)96.25º94.12%20%-
XYZ1.532.540.5-
YUV36.86108.89117.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 28.95%
GREEN value IS 51 (20.31% from 255) = 67.11%
BLUE value IS 3 (1.56% from 255) = 3.95%
R=28.95%
G=67.11%
B=3.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal225130.5700.940.896.2588.8910.59
Hex163333905E506059b
Octal2663371013612014013113
Binary1011011001111111001010111101010000110000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163303; }

 p { color: rgb(22,51,3); }

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

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

 a { background-color: rgb(22,51,3); }

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

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

 span { border-color: rgb(22,51,3); }

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