#132006

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

Shades of Pine Tree #132006

Tints of Pine Tree #132006

Color information

#132006 (or 0x132006) is unknown color: approx Pine Tree. HEX triplet: 13, 20 and 06. RGB value is (19,32,6). Sum of RGB (Red+Green+Blue) = 19+32+6=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 6 (2.73% from 255 or 10.53% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #132006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132006 is #ECDFF9. Grayscale: #191919. Windows color (decimal): -15523834 or 401427. OLE color: 401427.

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

Color convert

RGB19326-
CMYK0.4100.810.87
HSL90º68.42%7.45%-
HSV(B)90º81.25%12.55%-
XYZ0.821.180.36-
YUV25.15117.19123.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.33%
GREEN value IS 32 (12.89% from 255) = 56.14%
BLUE value IS 6 (2.73% from 255) = 10.53%
R=33.33%
G=56.14%
B=10.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal193260.4100.810.879068.427.45
Hex1320629051575a447
Octal234065101211271321047
Binary1001110000011010100101010001101011110110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132006; }

 p { color: rgb(19,32,6); }

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

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

 a { background-color: rgb(19,32,6); }

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

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

 span { border-color: rgb(19,32,6); }

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