#355320

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

Shades of Palm Leaf #355320

Tints of Palm Leaf #355320

Color information

#355320 (or 0x355320) is unknown color: approx Palm Leaf. HEX triplet: 35, 53 and 20. RGB value is (53,83,32). Sum of RGB (Red+Green+Blue) = 53+83+32=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #355320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355320 is #CAACDF. Grayscale: #444444. Windows color (decimal): -13282528 or 2118453. OLE color: 2118453.

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

Color convert

RGB538332-
CMYK0.3600.610.67
HSL95.29º44.35%22.55%-
HSV(B)95.29º61.45%32.55%-
XYZ4.827.052.47-
YUV68.22107.56117.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.55%
GREEN value IS 83 (32.81% from 255) = 49.40%
BLUE value IS 32 (12.89% from 255) = 19.05%
R=31.55%
G=49.40%
B=19.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5383320.3600.610.6795.2944.3522.55
Hex3553202403D435f2c17
Octal6512340440751031375427
Binary110101101001110000010010001111011000011101111110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355320; }

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

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

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

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

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

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

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

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