#354E24

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

Shades of Palm Leaf #354E24

Tints of Palm Leaf #354E24

Color information

#354E24 (or 0x354E24) is unknown color: approx Palm Leaf. HEX triplet: 35, 4E and 24. RGB value is (53,78,36). Sum of RGB (Red+Green+Blue) = 53+78+36=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 78 - color contains mainly: green. Hex color #354E24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354E24 is #CAB1DB. Grayscale: #414141. Windows color (decimal): -13283804 or 2379317. OLE color: 2379317.

HSL color Cylindrical-coordinate representation of color #354E24: hue angle of 95.71º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #354E24 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB537836-
CMYK0.3200.540.69
HSL95.71º36.84%22.35%-
HSV(B)95.71º53.85%30.59%-
XYZ4.516.332.65-
YUV65.74111.22118.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 78 (30.86% from 255) = 46.71%
BLUE value IS 36 (14.45% from 255) = 21.56%
R=31.74%
G=46.71%
B=21.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5378360.3200.540.6995.7136.8422.35
Hex354E242003645602516
Octal6511644400661051404526
Binary110101100111010010010000001101101000101110000010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,78,36); }

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

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

 a { background-color: rgb(53,78,36); }

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

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

 span { border-color: rgb(53,78,36); }

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