#163006

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

Shades of Pine Tree #163006

Tints of Pine Tree #163006

Color information

#163006 (or 0x163006) is unknown color: approx Pine Tree. HEX triplet: 16, 30 and 06. RGB value is (22,48,6). Sum of RGB (Red+Green+Blue) = 22+48+6=76 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.95% from 76); Green value is 48 (19.14% from 255 or 63.16% from 76); Blue value is 6 (2.73% from 255 or 7.89% from 76); Max value from RGB is 48 - color contains mainly: green. Hex color #163006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163006 is #E9CFF9. Grayscale: #232323. Windows color (decimal): -15323130 or 405526. OLE color: 405526.

HSL color Cylindrical-coordinate representation of color #163006: hue angle of 97.14º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #163006 is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB22486-
CMYK0.5400.870.81
HSL97.14º77.78%10.59%-
HSV(B)97.14º87.5%18.82%-
XYZ1.422.30.54-
YUV35.44111.39118.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 28.95%
GREEN value IS 48 (19.14% from 255) = 63.16%
BLUE value IS 6 (2.73% from 255) = 7.89%
R=28.95%
G=63.16%
B=7.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal224860.5400.870.8197.1477.7810.59
Hex163063605751614eb
Octal2660666012712114111613
Binary10110110000110110110010101111010001110000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163006; }

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

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

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

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

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

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

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

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