#355820

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

Shades of Palm Leaf #355820

Tints of Palm Leaf #355820

Color information

#355820 (or 0x355820) is unknown color: approx Palm Leaf. HEX triplet: 35, 58 and 20. RGB value is (53,88,32). Sum of RGB (Red+Green+Blue) = 53+88+32=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #355820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355820 is #CAA7DF. Grayscale: #474747. Windows color (decimal): -13281248 or 2119733. OLE color: 2119733.

HSL color Cylindrical-coordinate representation of color #355820: hue angle of 97.5º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #355820 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB538832-
CMYK0.4000.640.65
HSL97.5º46.67%23.53%-
HSV(B)97.5º63.64%34.51%-
XYZ5.227.842.6-
YUV71.15105.9115.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.64%
GREEN value IS 88 (34.77% from 255) = 50.87%
BLUE value IS 32 (12.89% from 255) = 18.50%
R=30.64%
G=50.87%
B=18.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5388320.4000.640.6597.546.6723.53
Hex3558202804041622f18
Octal65130405001001011425730
Binary1101011011000100000101000010000001000001110001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355820; }

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

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

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

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

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

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

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

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