#132709

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

Shades of Pine Tree #132709

Tints of Pine Tree #132709

Color information

#132709 (or 0x132709) is unknown color: approx Pine Tree. HEX triplet: 13, 27 and 09. RGB value is (19,39,9). Sum of RGB (Red+Green+Blue) = 19+39+9=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 39 (15.62% from 255 or 58.21% from 67); Blue value is 9 (3.91% from 255 or 13.43% from 67); Max value from RGB is 39 - color contains mainly: green. Hex color #132709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132709 is #ECD8F6. Grayscale: #1D1D1D. Windows color (decimal): -15522039 or 599827. OLE color: 599827.

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

Color convert

RGB19399-
CMYK0.5100.770.85
HSL100º62.5%9.41%-
HSV(B)100º76.92%15.29%-
XYZ1.041.610.51-
YUV29.6116.37120.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.36%
GREEN value IS 39 (15.62% from 255) = 58.21%
BLUE value IS 9 (3.91% from 255) = 13.43%
R=28.36%
G=58.21%
B=13.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal193990.5100.770.8510062.59.41
Hex132793304D55643e9
Octal2347116301151251447611
Binary10011100111100111001101001101101010111001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132709; }

 p { color: rgb(19,39,9); }

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

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

 a { background-color: rgb(19,39,9); }

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

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

 span { border-color: rgb(19,39,9); }

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