#345329

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

Shades of Palm Leaf #345329

Tints of Palm Leaf #345329

Color information

#345329 (or 0x345329) is unknown color: approx Palm Leaf. HEX triplet: 34, 53 and 29. RGB value is (52,83,41). Sum of RGB (Red+Green+Blue) = 52+83+41=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #345329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345329 is #CBACD6. Grayscale: #454545. Windows color (decimal): -13348055 or 2708276. OLE color: 2708276.

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

Color convert

RGB528341-
CMYK0.3700.510.67
HSL104.29º33.87%24.31%-
HSV(B)104.29º50.6%32.55%-
XYZ4.917.083.2-
YUV68.94112.23115.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.55%
GREEN value IS 83 (32.81% from 255) = 47.16%
BLUE value IS 41 (16.41% from 255) = 23.30%
R=29.55%
G=47.16%
B=23.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283410.3700.510.67104.2933.8724.31
Hex3453292503343682218
Octal6412351450631031504230
Binary110100101001110100110010101100111000011110100010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345329; }

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

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

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

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

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

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

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

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