#13220C

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

Shades of Pine Tree #13220C

Tints of Pine Tree #13220C

Color information

#13220C (or 0x13220C) is unknown color: approx Pine Tree. HEX triplet: 13, 22 and 0C. RGB value is (19,34,12). Sum of RGB (Red+Green+Blue) = 19+34+12=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 34 (13.67% from 255 or 52.31% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 34 - color contains mainly: green. Hex color #13220C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13220C is #ECDDF3. Grayscale: #1B1B1B. Windows color (decimal): -15523316 or 795155. OLE color: 795155.

HSL color Cylindrical-coordinate representation of color #13220C: hue angle of 100.91º degrees, saturation: 0.48, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #13220C is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.87.

Color convert

RGB193412-
CMYK0.4400.650.87
HSL100.91º47.83%9.02%-
HSV(B)100.91º64.71%13.33%-
XYZ0.911.310.55-
YUV27.01119.53122.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.23%
GREEN value IS 34 (13.67% from 255) = 52.31%
BLUE value IS 12 (5.08% from 255) = 18.46%
R=29.23%
G=52.31%
B=18.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1934120.4400.650.87100.9147.839.02
Hex1322C2C0415765309
Octal2342145401011271456011
Binary10011100010110010110001000001101011111001011100001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13220C; }

 p { color: rgb(19,34,12); }

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

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

 a { background-color: rgb(19,34,12); }

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

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

 span { border-color: rgb(19,34,12); }

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