#354032

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

Shades of Palm Leaf #354032

Tints of Palm Leaf #354032

Color information

#354032 (or 0x354032) is unknown color: approx Palm Leaf. HEX triplet: 35, 40 and 32. RGB value is (53,64,50). Sum of RGB (Red+Green+Blue) = 53+64+50=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 64 - color contains mainly: green. Hex color #354032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354032 is #CABFCD. Grayscale: #3B3B3B. Windows color (decimal): -13287374 or 3293237. OLE color: 3293237.

HSL color Cylindrical-coordinate representation of color #354032: hue angle of 107.14º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #354032 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB536450-
CMYK0.1700.220.75
HSL107.14º12.28%22.35%-
HSV(B)107.14º21.88%25.1%-
XYZ3.884.653.71-
YUV59.12122.86123.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 64 (25.39% from 255) = 38.32%
BLUE value IS 50 (19.92% from 255) = 29.94%
R=31.74%
G=38.32%
B=29.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5364500.1700.220.75107.1412.2822.35
Hex354032110164B6bc16
Octal6510062210261131531426
Binary11010110000001100101000101011010010111101011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354032; }

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

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

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

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

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

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

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

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