#354D2E

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

Shades of Palm Leaf #354D2E

Tints of Palm Leaf #354D2E

Color information

#354D2E (or 0x354D2E) is unknown color: approx Palm Leaf. HEX triplet: 35, 4D and 2E. RGB value is (53,77,46). Sum of RGB (Red+Green+Blue) = 53+77+46=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 77 - color contains mainly: green. Hex color #354D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354D2E is #CAB2D1. Grayscale: #424242. Windows color (decimal): -13284050 or 3034421. OLE color: 3034421.

HSL color Cylindrical-coordinate representation of color #354D2E: hue angle of 106.45º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #354D2E is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.70.

Color convert

RGB537746-
CMYK0.3100.400.70
HSL106.45º25.2%24.12%-
HSV(B)106.45º40.26%30.2%-
XYZ4.626.263.55-
YUV66.29116.55118.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.11%
GREEN value IS 77 (30.47% from 255) = 43.75%
BLUE value IS 46 (18.36% from 255) = 26.14%
R=30.11%
G=43.75%
B=26.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5377460.3100.400.70106.4525.224.12
Hex354D2E1F028466a1918
Octal6511556370501061523130
Binary1101011001101101110111110101000100011011010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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