#354B32

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

Shades of Palm Leaf #354B32

Tints of Palm Leaf #354B32

Color information

#354B32 (or 0x354B32) is unknown color: approx Palm Leaf. HEX triplet: 35, 4B and 32. RGB value is (53,75,50). Sum of RGB (Red+Green+Blue) = 53+75+50=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 75 - color contains mainly: green. Hex color #354B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B32 is #CAB4CD. Grayscale: #414141. Windows color (decimal): -13284558 or 3296053. OLE color: 3296053.

HSL color Cylindrical-coordinate representation of color #354B32: hue angle of 112.8º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #354B32 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB537550-
CMYK0.2900.330.71
HSL112.8º20%24.51%-
HSV(B)112.8º33.33%29.41%-
XYZ4.566.023.94-
YUV65.57119.21119.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.78%
GREEN value IS 75 (29.69% from 255) = 42.13%
BLUE value IS 50 (19.92% from 255) = 28.09%
R=29.78%
G=42.13%
B=28.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5375500.2900.330.71112.82024.51
Hex354B321D02147711419
Octal6511362350411071612431
Binary1101011001011110010111010100001100011111100011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354B32; }

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

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

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

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

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

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

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

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