#355420

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

Shades of Palm Leaf #355420

Tints of Palm Leaf #355420

Color information

#355420 (or 0x355420) is unknown color: approx Palm Leaf. HEX triplet: 35, 54 and 20. RGB value is (53,84,32). Sum of RGB (Red+Green+Blue) = 53+84+32=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #355420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355420 is #CAABDF. Grayscale: #444444. Windows color (decimal): -13282272 or 2118709. OLE color: 2118709.

HSL color Cylindrical-coordinate representation of color #355420: hue angle of 95.77º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #355420 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB538432-
CMYK0.3700.620.67
HSL95.77º44.83%22.75%-
HSV(B)95.77º61.9%32.94%-
XYZ4.97.22.5-
YUV68.8107.23116.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.36%
GREEN value IS 84 (33.20% from 255) = 49.70%
BLUE value IS 32 (12.89% from 255) = 18.93%
R=31.36%
G=49.70%
B=18.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5384320.3700.620.6795.7744.8322.75
Hex3554202503E43602d17
Octal6512440450761031405527
Binary110101101010010000010010101111101000011110000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355420; }

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

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

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

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

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

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

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

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