#162606

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

Shades of Pine Tree #162606

Tints of Pine Tree #162606

Color information

#162606 (or 0x162606) is unknown color: approx Pine Tree. HEX triplet: 16, 26 and 06. RGB value is (22,38,6). Sum of RGB (Red+Green+Blue) = 22+38+6=66 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.33% from 66); Green value is 38 (15.23% from 255 or 57.58% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 38 - color contains mainly: green. Hex color #162606 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162606 is #E9D9F9. Grayscale: #1D1D1D. Windows color (decimal): -15325690 or 402966. OLE color: 402966.

HSL color Cylindrical-coordinate representation of color #162606: hue angle of 90º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #162606 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB22386-
CMYK0.4200.840.85
HSL90º72.73%8.63%-
HSV(B)90º84.21%14.9%-
XYZ1.061.570.42-
YUV29.57114.7122.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 33.33%
GREEN value IS 38 (15.23% from 255) = 57.58%
BLUE value IS 6 (2.73% from 255) = 9.09%
R=33.33%
G=57.58%
B=9.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal223860.4200.840.859072.738.63
Hex162662A054555a499
Octal2646652012412513211111
Binary10110100110110101010010101001010101101101010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162606; }

 p { color: rgb(22,38,6); }

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

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

 a { background-color: rgb(22,38,6); }

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

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

 span { border-color: rgb(22,38,6); }

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