#354F28

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

Shades of Palm Leaf #354F28

Tints of Palm Leaf #354F28

Color information

#354F28 (or 0x354F28) is unknown color: approx Palm Leaf. HEX triplet: 35, 4F and 28. RGB value is (53,79,40). Sum of RGB (Red+Green+Blue) = 53+79+40=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 79 - color contains mainly: green. Hex color #354F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354F28 is #CAB0D7. Grayscale: #424242. Windows color (decimal): -13283544 or 2641717. OLE color: 2641717.

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

Color convert

RGB537940-
CMYK0.3300.490.69
HSL100º32.77%23.33%-
HSV(B)100º49.37%30.98%-
XYZ4.656.53.02-
YUV66.78112.89118.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.81%
GREEN value IS 79 (31.25% from 255) = 45.93%
BLUE value IS 40 (16.02% from 255) = 23.26%
R=30.81%
G=45.93%
B=23.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5379400.3300.490.6910032.7723.33
Hex354F282103145642117
Octal6511750410611051444127
Binary110101100111110100010000101100011000101110010010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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