#132609

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

Shades of Pine Tree #132609

Tints of Pine Tree #132609

Color information

#132609 (or 0x132609) is unknown color: approx Pine Tree. HEX triplet: 13, 26 and 09. RGB value is (19,38,9). Sum of RGB (Red+Green+Blue) = 19+38+9=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 38 (15.23% from 255 or 57.58% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 38 - color contains mainly: green. Hex color #132609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132609 is #ECD9F6. Grayscale: #1D1D1D. Windows color (decimal): -15522295 or 599571. OLE color: 599571.

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

Color convert

RGB19389-
CMYK0.5000.760.85
HSL99.31º61.7%9.22%-
HSV(B)99.31º76.32%14.9%-
XYZ1.011.540.5-
YUV29.01116.71120.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.79%
GREEN value IS 38 (15.23% from 255) = 57.58%
BLUE value IS 9 (3.91% from 255) = 13.64%
R=28.79%
G=57.58%
B=13.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal193890.5000.760.8599.3161.79.22
Hex132693204C55633e9
Octal2346116201141251437611
Binary10011100110100111001001001100101010111000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132609; }

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

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

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

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

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

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

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

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