#335620

Color #335620 Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #335620

Tints of Palm Leaf #335620

Color information

#335620 (or 0x335620) is unknown color: approx Palm Leaf. HEX triplet: 33, 56 and 20. RGB value is (51,86,32). Sum of RGB (Red+Green+Blue) = 51+86+32=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 86 (33.98% from 255 or 50.89% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 86 - color contains mainly: green. Hex color #335620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335620 is #CCA9DF. Grayscale: #454545. Windows color (decimal): -13412832 or 2119219. OLE color: 2119219.

HSL color Cylindrical-coordinate representation of color #335620: hue angle of 98.89º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #335620 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB518632-
CMYK0.4100.630.66
HSL98.89º45.76%23.14%-
HSV(B)98.89º62.79%33.73%-
XYZ4.957.462.55-
YUV69.38106.9114.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.18%
GREEN value IS 86 (33.98% from 255) = 50.89%
BLUE value IS 32 (12.89% from 255) = 18.93%
R=30.18%
G=50.89%
B=18.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5186320.4100.630.6698.8945.7623.14
Hex3356202903F42632e17
Octal6312640510771021435627
Binary110011101011010000010100101111111000010110001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335620; }

 p { color: rgb(51,86,32); }

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

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

 a { background-color: rgb(51,86,32); }

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

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

 span { border-color: rgb(51,86,32); }

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