#354B31

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

Shades of Palm Leaf #354B31

Tints of Palm Leaf #354B31

Color information

#354B31 (or 0x354B31) is unknown color: approx Palm Leaf. HEX triplet: 35, 4B and 31. RGB value is (53,75,49). Sum of RGB (Red+Green+Blue) = 53+75+49=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 75 - color contains mainly: green. Hex color #354B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B31 is #CAB4CE. Grayscale: #414141. Windows color (decimal): -13284559 or 3230517. OLE color: 3230517.

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

Color convert

RGB537549-
CMYK0.2900.350.71
HSL110.77º20.97%24.31%-
HSV(B)110.77º34.67%29.41%-
XYZ4.546.013.83-
YUV65.46118.71119.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.94%
GREEN value IS 75 (29.69% from 255) = 42.37%
BLUE value IS 49 (19.53% from 255) = 27.68%
R=29.94%
G=42.37%
B=27.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5375490.2900.350.71110.7720.9724.31
Hex354B311D023476f1518
Octal6511361350431071572530
Binary1101011001011110001111010100011100011111011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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