#354034

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

Shades of Palm Leaf #354034

Tints of Palm Leaf #354034

Color information

#354034 (or 0x354034) is unknown color: approx Palm Leaf. HEX triplet: 35, 40 and 34. RGB value is (53,64,52). Sum of RGB (Red+Green+Blue) = 53+64+52=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 64 - color contains mainly: green. Hex color #354034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354034 is #CABFCB. Grayscale: #3B3B3B. Windows color (decimal): -13287372 or 3424309. OLE color: 3424309.

HSL color Cylindrical-coordinate representation of color #354034: hue angle of 115º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #354034 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB536452-
CMYK0.1700.190.75
HSL115º10.34%22.75%-
HSV(B)115º18.75%25.1%-
XYZ3.924.673.94-
YUV59.34123.86123.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.36%
GREEN value IS 64 (25.39% from 255) = 37.87%
BLUE value IS 52 (20.70% from 255) = 30.77%
R=31.36%
G=37.87%
B=30.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5364520.1700.190.7511510.3422.75
Hex354034110134B73a17
Octal6510064210231131631227
Binary11010110000001101001000101001110010111110011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354034; }

 p { color: rgb(53,64,52); }

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

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

 a { background-color: rgb(53,64,52); }

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

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

 span { border-color: rgb(53,64,52); }

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