#354232

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

Shades of Palm Leaf #354232

Tints of Palm Leaf #354232

Color information

#354232 (or 0x354232) is unknown color: approx Palm Leaf. HEX triplet: 35, 42 and 32. RGB value is (53,66,50). Sum of RGB (Red+Green+Blue) = 53+66+50=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 66 - color contains mainly: green. Hex color #354232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354232 is #CABDCD. Grayscale: #3C3C3C. Windows color (decimal): -13286862 or 3293749. OLE color: 3293749.

HSL color Cylindrical-coordinate representation of color #354232: hue angle of 108.75º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #354232 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB536650-
CMYK0.2000.240.74
HSL108.75º13.79%22.75%-
HSV(B)108.75º24.24%25.88%-
XYZ3.994.883.75-
YUV60.29122.19122.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.36%
GREEN value IS 66 (26.17% from 255) = 39.05%
BLUE value IS 50 (19.92% from 255) = 29.59%
R=31.36%
G=39.05%
B=29.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5366500.2000.240.74108.7513.7922.75
Hex354232140184A6de17
Octal6510262240301121551627
Binary11010110000101100101010001100010010101101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354232; }

 p { color: rgb(53,66,50); }

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

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

 a { background-color: rgb(53,66,50); }

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

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

 span { border-color: rgb(53,66,50); }

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