#345620

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

Shades of Palm Leaf #345620

Tints of Palm Leaf #345620

Color information

#345620 (or 0x345620) is unknown color: approx Palm Leaf. HEX triplet: 34, 56 and 20. RGB value is (52,86,32). Sum of RGB (Red+Green+Blue) = 52+86+32=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 86 (33.98% from 255 or 50.59% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 86 - color contains mainly: green. Hex color #345620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345620 is #CBA9DF. Grayscale: #454545. Windows color (decimal): -13347296 or 2119220. OLE color: 2119220.

HSL color Cylindrical-coordinate representation of color #345620: hue angle of 97.78º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #345620 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB528632-
CMYK0.4000.630.66
HSL97.78º45.76%23.14%-
HSV(B)97.78º62.79%33.73%-
XYZ57.492.55-
YUV69.68106.74115.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.59%
GREEN value IS 86 (33.98% from 255) = 50.59%
BLUE value IS 32 (12.89% from 255) = 18.82%
R=30.59%
G=50.59%
B=18.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5286320.4000.630.6697.7845.7623.14
Hex3456202803F42622e17
Octal6412640500771021425627
Binary110100101011010000010100001111111000010110001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345620; }

 p { color: rgb(52,86,32); }

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

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

 a { background-color: rgb(52,86,32); }

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

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

 span { border-color: rgb(52,86,32); }

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