#345320

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

Shades of Palm Leaf #345320

Tints of Palm Leaf #345320

Color information

#345320 (or 0x345320) is unknown color: approx Palm Leaf. HEX triplet: 34, 53 and 20. RGB value is (52,83,32). Sum of RGB (Red+Green+Blue) = 52+83+32=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #345320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345320 is #CBACDF. Grayscale: #444444. Windows color (decimal): -13348064 or 2118452. OLE color: 2118452.

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

Color convert

RGB528332-
CMYK0.3700.610.67
HSL96.47º44.35%22.55%-
HSV(B)96.47º61.45%32.55%-
XYZ4.777.022.47-
YUV67.92107.73116.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.14%
GREEN value IS 83 (32.81% from 255) = 49.70%
BLUE value IS 32 (12.89% from 255) = 19.16%
R=31.14%
G=49.70%
B=19.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283320.3700.610.6796.4744.3522.55
Hex3453202503D43602c17
Octal6412340450751031405427
Binary110100101001110000010010101111011000011110000010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345320; }

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

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

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

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

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

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

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

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