#354929

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

Shades of Palm Leaf #354929

Tints of Palm Leaf #354929

Color information

#354929 (or 0x354929) is unknown color: approx Palm Leaf. HEX triplet: 35, 49 and 29. RGB value is (53,73,41). Sum of RGB (Red+Green+Blue) = 53+73+41=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 73 - color contains mainly: green. Hex color #354929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354929 is #CAB6D6. Grayscale: #3F3F3F. Windows color (decimal): -13285079 or 2705717. OLE color: 2705717.

HSL color Cylindrical-coordinate representation of color #354929: hue angle of 97.5º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #354929 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB537341-
CMYK0.2700.440.71
HSL97.5º28.07%22.35%-
HSV(B)97.5º43.84%28.63%-
XYZ4.255.682.97-
YUV63.37115.37120.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 73 (28.91% from 255) = 43.71%
BLUE value IS 41 (16.41% from 255) = 24.55%
R=31.74%
G=43.71%
B=24.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5373410.2700.440.7197.528.0722.35
Hex3549291B02C47621c16
Octal6511151330541071423426
Binary1101011001001101001110110101100100011111000101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354929; }

 p { color: rgb(53,73,41); }

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

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

 a { background-color: rgb(53,73,41); }

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

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

 span { border-color: rgb(53,73,41); }

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