#345420

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

Shades of Palm Leaf #345420

Tints of Palm Leaf #345420

Color information

#345420 (or 0x345420) is unknown color: approx Palm Leaf. HEX triplet: 34, 54 and 20. RGB value is (52,84,32). Sum of RGB (Red+Green+Blue) = 52+84+32=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #345420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345420 is #CBABDF. Grayscale: #444444. Windows color (decimal): -13347808 or 2118708. OLE color: 2118708.

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

Color convert

RGB528432-
CMYK0.3800.620.67
HSL96.92º44.83%22.75%-
HSV(B)96.92º61.9%32.94%-
XYZ4.857.172.5-
YUV68.5107.4116.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.95%
GREEN value IS 84 (33.20% from 255) = 50%
BLUE value IS 32 (12.89% from 255) = 19.05%
R=30.95%
G=50%
B=19.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284320.3800.620.6796.9244.8322.75
Hex3454202603E43612d17
Octal6412440460761031415527
Binary110100101010010000010011001111101000011110000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345420; }

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

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

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

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

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

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

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

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