#355324

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

Shades of Palm Leaf #355324

Tints of Palm Leaf #355324

Color information

#355324 (or 0x355324) is unknown color: approx Palm Leaf. HEX triplet: 35, 53 and 24. RGB value is (53,83,36). Sum of RGB (Red+Green+Blue) = 53+83+36=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #355324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355324 is #CAACDB. Grayscale: #444444. Windows color (decimal): -13282524 or 2380597. OLE color: 2380597.

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

Color convert

RGB538336-
CMYK0.3600.570.67
HSL98.3º39.5%23.33%-
HSV(B)98.3º56.63%32.55%-
XYZ4.887.072.78-
YUV68.67109.56116.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.81%
GREEN value IS 83 (32.81% from 255) = 48.26%
BLUE value IS 36 (14.45% from 255) = 20.93%
R=30.81%
G=48.26%
B=20.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5383360.3600.570.6798.339.523.33
Hex3553242403943622717
Octal6512344440711031424727
Binary110101101001110010010010001110011000011110001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355324; }

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

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

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

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

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

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

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

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