#20360D

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

Shades of Pine Tree #20360D

Tints of Pine Tree #20360D

Color information

#20360D (or 0x20360D) is unknown color: approx Pine Tree. HEX triplet: 20, 36 and 0D. RGB value is (32,54,13). Sum of RGB (Red+Green+Blue) = 32+54+13=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 54 (21.48% from 255 or 54.55% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 54 - color contains mainly: green. Hex color #20360D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20360D is #DFC9F2. Grayscale: #2A2A2A. Windows color (decimal): -14666227 or 865824. OLE color: 865824.

HSL color Cylindrical-coordinate representation of color #20360D: hue angle of 92.2º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20360D is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB325413-
CMYK0.4100.760.79
HSL92.2º61.19%13.14%-
HSV(B)92.2º75.93%21.18%-
XYZ1.992.970.85-
YUV42.75111.21120.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.32%
GREEN value IS 54 (21.48% from 255) = 54.55%
BLUE value IS 13 (5.47% from 255) = 13.13%
R=32.32%
G=54.55%
B=13.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3254130.4100.760.7992.261.1913.14
Hex2036D2904C4F5c3dd
Octal4066155101141171347515
Binary100000110110110110100101001100100111110111001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20360D; }

 p { color: rgb(32,54,13); }

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

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

 a { background-color: rgb(32,54,13); }

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

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

 span { border-color: rgb(32,54,13); }

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