#355424

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

Shades of Palm Leaf #355424

Tints of Palm Leaf #355424

Color information

#355424 (or 0x355424) is unknown color: approx Palm Leaf. HEX triplet: 35, 54 and 24. RGB value is (53,84,36). Sum of RGB (Red+Green+Blue) = 53+84+36=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #355424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355424 is #CAABDB. Grayscale: #454545. Windows color (decimal): -13282268 or 2380853. OLE color: 2380853.

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

Color convert

RGB538436-
CMYK0.3700.570.67
HSL98.75º40%23.53%-
HSV(B)98.75º57.14%32.94%-
XYZ4.967.222.8-
YUV69.26109.23116.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.64%
GREEN value IS 84 (33.20% from 255) = 48.55%
BLUE value IS 36 (14.45% from 255) = 20.81%
R=30.64%
G=48.55%
B=20.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5384360.3700.570.6798.754023.53
Hex3554242503943632818
Octal6512444450711031435030
Binary110101101010010010010010101110011000011110001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355424; }

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

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

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

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

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

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

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

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