#163104

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

Shades of Pine Tree #163104

Tints of Pine Tree #163104

Color information

#163104 (or 0x163104) is unknown color: approx Pine Tree. HEX triplet: 16, 31 and 04. RGB value is (22,49,4). Sum of RGB (Red+Green+Blue) = 22+49+4=75 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.33% from 75); Green value is 49 (19.53% from 255 or 65.33% from 75); Blue value is 4 (1.95% from 255 or 5.33% from 75); Max value from RGB is 49 - color contains mainly: green. Hex color #163104 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163104 is #E9CEFB. Grayscale: #232323. Windows color (decimal): -15322876 or 274710. OLE color: 274710.

HSL color Cylindrical-coordinate representation of color #163104: hue angle of 96º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #163104 is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB22494-
CMYK0.5500.920.81
HSL96º84.91%10.39%-
HSV(B)96º91.84%19.22%-
XYZ1.452.380.5-
YUV35.8110.05118.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 29.33%
GREEN value IS 49 (19.53% from 255) = 65.33%
BLUE value IS 4 (1.95% from 255) = 5.33%
R=29.33%
G=65.33%
B=5.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal224940.5500.920.819684.9110.39
Hex163143705C516055a
Octal2661467013412114012512
Binary10110110001100110111010111001010001110000010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163104; }

 p { color: rgb(22,49,4); }

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

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

 a { background-color: rgb(22,49,4); }

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

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

 span { border-color: rgb(22,49,4); }

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