#345324

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

Shades of Palm Leaf #345324

Tints of Palm Leaf #345324

Color information

#345324 (or 0x345324) is unknown color: approx Palm Leaf. HEX triplet: 34, 53 and 24. RGB value is (52,83,36). Sum of RGB (Red+Green+Blue) = 52+83+36=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #345324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345324 is #CBACDB. Grayscale: #444444. Windows color (decimal): -13348060 or 2380596. OLE color: 2380596.

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

Color convert

RGB528336-
CMYK0.3700.570.67
HSL99.57º39.5%23.33%-
HSV(B)99.57º56.63%32.55%-
XYZ4.837.042.77-
YUV68.37109.73116.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.41%
GREEN value IS 83 (32.81% from 255) = 48.54%
BLUE value IS 36 (14.45% from 255) = 21.05%
R=30.41%
G=48.54%
B=21.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283360.3700.570.6799.5739.523.33
Hex3453242503943642717
Octal6412344450711031444727
Binary110100101001110010010010101110011000011110010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345324; }

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

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

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

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

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

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

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

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