#162004

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

Shades of Pine Tree #162004

Tints of Pine Tree #162004

Color information

#162004 (or 0x162004) is unknown color: approx Pine Tree. HEX triplet: 16, 20 and 04. RGB value is (22,32,4). Sum of RGB (Red+Green+Blue) = 22+32+4=58 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.93% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #162004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162004 is #E9DFFB. Grayscale: #191919. Windows color (decimal): -15327228 or 270358. OLE color: 270358.

HSL color Cylindrical-coordinate representation of color #162004: hue angle of 81.43º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #162004 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.87.

Color convert

RGB22324-
CMYK0.3100.870.87
HSL81.43º77.78%7.06%-
HSV(B)81.43º87.5%12.55%-
XYZ0.871.210.3-
YUV25.82115.69125.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 37.93%
GREEN value IS 32 (12.89% from 255) = 55.17%
BLUE value IS 4 (1.95% from 255) = 6.90%
R=37.93%
G=55.17%
B=6.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal223240.3100.870.8781.4377.787.06
Hex162041F05757514e7
Octal264043701271271211167
Binary101101000001001111101010111101011110100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162004; }

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

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

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

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

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

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

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

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