#20360B

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

Shades of Pine Tree #20360B

Tints of Pine Tree #20360B

Color information

#20360B (or 0x20360B) is unknown color: approx Pine Tree. HEX triplet: 20, 36 and 0B. RGB value is (32,54,11). Sum of RGB (Red+Green+Blue) = 32+54+11=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 54 (21.48% from 255 or 55.67% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 54 - color contains mainly: green. Hex color #20360B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20360B is #DFC9F4. Grayscale: #2A2A2A. Windows color (decimal): -14666229 or 734752. OLE color: 734752.

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

Color convert

RGB325411-
CMYK0.4100.800.79
HSL90.7º66.15%12.75%-
HSV(B)90.7º79.63%21.18%-
XYZ1.982.970.79-
YUV42.52110.21120.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.99%
GREEN value IS 54 (21.48% from 255) = 55.67%
BLUE value IS 11 (4.69% from 255) = 11.34%
R=32.99%
G=55.67%
B=11.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3254110.4100.800.7990.766.1512.75
Hex2036B290504F5b42d
Octal40661351012011713310215
Binary1000001101101011101001010100001001111101101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20360B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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