#354C28

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

Shades of Palm Leaf #354C28

Tints of Palm Leaf #354C28

Color information

#354C28 (or 0x354C28) is unknown color: approx Palm Leaf. HEX triplet: 35, 4C and 28. RGB value is (53,76,40). Sum of RGB (Red+Green+Blue) = 53+76+40=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 76 - color contains mainly: green. Hex color #354C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354C28 is #CAB3D7. Grayscale: #414141. Windows color (decimal): -13284312 or 2640949. OLE color: 2640949.

HSL color Cylindrical-coordinate representation of color #354C28: hue angle of 98.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #354C28 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB537640-
CMYK0.3000.470.70
HSL98.33º31.03%22.75%-
HSV(B)98.33º47.37%29.8%-
XYZ4.446.082.95-
YUV65.02113.88119.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.36%
GREEN value IS 76 (30.08% from 255) = 44.97%
BLUE value IS 40 (16.02% from 255) = 23.67%
R=31.36%
G=44.97%
B=23.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5376400.3000.470.7098.3331.0322.75
Hex354C281E02F46621f17
Octal6511450360571061423727
Binary1101011001100101000111100101111100011011000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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