#355620

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

Shades of Palm Leaf #355620

Tints of Palm Leaf #355620

Color information

#355620 (or 0x355620) is unknown color: approx Palm Leaf. HEX triplet: 35, 56 and 20. RGB value is (53,86,32). Sum of RGB (Red+Green+Blue) = 53+86+32=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #355620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355620 is #CAA9DF. Grayscale: #464646. Windows color (decimal): -13281760 or 2119221. OLE color: 2119221.

HSL color Cylindrical-coordinate representation of color #355620: hue angle of 96.67º 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 #355620 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB538632-
CMYK0.3800.630.66
HSL96.67º45.76%23.14%-
HSV(B)96.67º62.79%33.73%-
XYZ5.067.522.55-
YUV69.98106.57115.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.99%
GREEN value IS 86 (33.98% from 255) = 50.29%
BLUE value IS 32 (12.89% from 255) = 18.71%
R=30.99%
G=50.29%
B=18.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5386320.3800.630.6696.6745.7623.14
Hex3556202603F42612e17
Octal6512640460771021415627
Binary110101101011010000010011001111111000010110000110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355620; }

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

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

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

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

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

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

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

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