#132309

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

Shades of Pine Tree #132309

Tints of Pine Tree #132309

Color information

#132309 (or 0x132309) is unknown color: approx Pine Tree. HEX triplet: 13, 23 and 09. RGB value is (19,35,9). Sum of RGB (Red+Green+Blue) = 19+35+9=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 35 (14.06% from 255 or 55.56% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 35 - color contains mainly: green. Hex color #132309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132309 is #ECDCF6. Grayscale: #1B1B1B. Windows color (decimal): -15523063 or 598803. OLE color: 598803.

HSL color Cylindrical-coordinate representation of color #132309: hue angle of 96.92º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #132309 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.86.

Color convert

RGB19359-
CMYK0.4600.740.86
HSL96.92º59.09%8.63%-
HSV(B)96.92º74.29%13.73%-
XYZ0.921.360.47-
YUV27.25117.7122.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.16%
GREEN value IS 35 (14.06% from 255) = 55.56%
BLUE value IS 9 (3.91% from 255) = 14.29%
R=30.16%
G=55.56%
B=14.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal193590.4600.740.8696.9259.098.63
Hex132392E04A56613b9
Octal2343115601121261417311
Binary10011100011100110111001001010101011011000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132309; }

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

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

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

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

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

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

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

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