#354F2E

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

Shades of Palm Leaf #354F2E

Tints of Palm Leaf #354F2E

Color information

#354F2E (or 0x354F2E) is unknown color: approx Palm Leaf. HEX triplet: 35, 4F and 2E. RGB value is (53,79,46). Sum of RGB (Red+Green+Blue) = 53+79+46=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 79 - color contains mainly: green. Hex color #354F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354F2E is #CAB0D1. Grayscale: #434343. Windows color (decimal): -13283538 or 3034933. OLE color: 3034933.

HSL color Cylindrical-coordinate representation of color #354F2E: hue angle of 107.27º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #354F2E is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB537946-
CMYK0.3300.420.69
HSL107.27º26.4%24.51%-
HSV(B)107.27º41.77%30.98%-
XYZ4.766.553.6-
YUV67.46115.89117.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.78%
GREEN value IS 79 (31.25% from 255) = 44.38%
BLUE value IS 46 (18.36% from 255) = 25.84%
R=29.78%
G=44.38%
B=25.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5379460.3300.420.69107.2726.424.51
Hex354F2E2102A456b1a19
Octal6511756410521051533231
Binary11010110011111011101000010101010100010111010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,79,46); }

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

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

 a { background-color: rgb(53,79,46); }

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

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

 span { border-color: rgb(53,79,46); }

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