#345520

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

Shades of Palm Leaf #345520

Tints of Palm Leaf #345520

Color information

#345520 (or 0x345520) is unknown color: approx Palm Leaf. HEX triplet: 34, 55 and 20. RGB value is (52,85,32). Sum of RGB (Red+Green+Blue) = 52+85+32=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #345520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345520 is #CBAADF. Grayscale: #454545. Windows color (decimal): -13347552 or 2118964. OLE color: 2118964.

HSL color Cylindrical-coordinate representation of color #345520: hue angle of 97.36º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #345520 is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB528532-
CMYK0.3900.620.67
HSL97.36º45.3%22.94%-
HSV(B)97.36º62.35%33.33%-
XYZ4.937.332.52-
YUV69.09107.07115.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.77%
GREEN value IS 85 (33.59% from 255) = 50.30%
BLUE value IS 32 (12.89% from 255) = 18.93%
R=30.77%
G=50.30%
B=18.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285320.3900.620.6797.3645.322.94
Hex3455202703E43612d17
Octal6412540470761031415527
Binary110100101010110000010011101111101000011110000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345520; }

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

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

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

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

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

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

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

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