#354332

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

Shades of Palm Leaf #354332

Tints of Palm Leaf #354332

Color information

#354332 (or 0x354332) is unknown color: approx Palm Leaf. HEX triplet: 35, 43 and 32. RGB value is (53,67,50). Sum of RGB (Red+Green+Blue) = 53+67+50=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 67 - color contains mainly: green. Hex color #354332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354332 is #CABCCD. Grayscale: #3C3C3C. Windows color (decimal): -13286606 or 3294005. OLE color: 3294005.

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

Color convert

RGB536750-
CMYK0.2100.250.74
HSL109.41º14.53%22.94%-
HSV(B)109.41º25.37%26.27%-
XYZ4.0553.77-
YUV60.88121.86122.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.18%
GREEN value IS 67 (26.56% from 255) = 39.41%
BLUE value IS 50 (19.92% from 255) = 29.41%
R=31.18%
G=39.41%
B=29.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5367500.2100.250.74109.4114.5322.94
Hex354332150194A6df17
Octal6510362250311121551727
Binary11010110000111100101010101100110010101101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354332; }

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

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

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

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

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

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

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

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