#345624

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

Shades of Palm Leaf #345624

Tints of Palm Leaf #345624

Color information

#345624 (or 0x345624) is unknown color: approx Palm Leaf. HEX triplet: 34, 56 and 24. RGB value is (52,86,36). Sum of RGB (Red+Green+Blue) = 52+86+36=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #345624 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345624 is #CBA9DB. Grayscale: #464646. Windows color (decimal): -13347292 or 2381364. OLE color: 2381364.

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

Color convert

RGB528636-
CMYK0.4000.580.66
HSL100.8º40.98%23.92%-
HSV(B)100.8º58.14%33.73%-
XYZ5.067.512.85-
YUV70.13108.74115.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.89%
GREEN value IS 86 (33.98% from 255) = 49.43%
BLUE value IS 36 (14.45% from 255) = 20.69%
R=29.89%
G=49.43%
B=20.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5286360.4000.580.66100.840.9823.92
Hex3456242803A42652918
Octal6412644500721021455130
Binary110100101011010010010100001110101000010110010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345624; }

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

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

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

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

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

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

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

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