#354E2B

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

Shades of Palm Leaf #354E2B

Tints of Palm Leaf #354E2B

Color information

#354E2B (or 0x354E2B) is unknown color: approx Palm Leaf. HEX triplet: 35, 4E and 2B. RGB value is (53,78,43). Sum of RGB (Red+Green+Blue) = 53+78+43=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 78 - color contains mainly: green. Hex color #354E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354E2B is #CAB1D4. Grayscale: #424242. Windows color (decimal): -13283797 or 2838069. OLE color: 2838069.

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

Color convert

RGB537843-
CMYK0.3200.450.69
HSL102.86º28.93%23.73%-
HSV(B)102.86º44.87%30.59%-
XYZ4.636.383.27-
YUV66.54114.72118.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.46%
GREEN value IS 78 (30.86% from 255) = 44.83%
BLUE value IS 43 (17.19% from 255) = 24.71%
R=30.46%
G=44.83%
B=24.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5378430.3200.450.69102.8628.9323.73
Hex354E2B2002D45671d18
Octal6511653400551051473530
Binary11010110011101010111000000101101100010111001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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