#13200C

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

Shades of Pine Tree #13200C

Tints of Pine Tree #13200C

Color information

#13200C (or 0x13200C) is unknown color: approx Pine Tree. HEX triplet: 13, 20 and 0C. RGB value is (19,32,12). Sum of RGB (Red+Green+Blue) = 19+32+12=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 32 (12.89% from 255 or 50.79% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 32 - color contains mainly: green. Hex color #13200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13200C is #ECDFF3. Grayscale: #191919. Windows color (decimal): -15523828 or 794643. OLE color: 794643.

HSL color Cylindrical-coordinate representation of color #13200C: hue angle of 99º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #13200C is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB193212-
CMYK0.4100.630.87
HSL99º45.45%8.63%-
HSV(B)99º62.5%12.55%-
XYZ0.851.20.53-
YUV25.83120.19123.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.16%
GREEN value IS 32 (12.89% from 255) = 50.79%
BLUE value IS 12 (5.08% from 255) = 19.05%
R=30.16%
G=50.79%
B=19.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1932120.4100.630.879945.458.63
Hex1320C2903F57632d9
Octal234014510771271435511
Binary1001110000011001010010111111101011111000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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