#345328

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

Shades of Palm Leaf #345328

Tints of Palm Leaf #345328

Color information

#345328 (or 0x345328) is unknown color: approx Palm Leaf. HEX triplet: 34, 53 and 28. RGB value is (52,83,40). Sum of RGB (Red+Green+Blue) = 52+83+40=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #345328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345328 is #CBACD7. Grayscale: #444444. Windows color (decimal): -13348056 or 2642740. OLE color: 2642740.

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

Color convert

RGB528340-
CMYK0.3700.520.67
HSL103.26º34.96%24.12%-
HSV(B)103.26º51.81%32.55%-
XYZ4.897.073.11-
YUV68.83111.73116-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.71%
GREEN value IS 83 (32.81% from 255) = 47.43%
BLUE value IS 40 (16.02% from 255) = 22.86%
R=29.71%
G=47.43%
B=22.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283400.3700.520.67103.2634.9624.12
Hex3453282503443672318
Octal6412350450641031474330
Binary110100101001110100010010101101001000011110011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345328; }

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

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

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

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

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

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

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

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