#345623

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

Shades of Palm Leaf #345623

Tints of Palm Leaf #345623

Color information

#345623 (or 0x345623) is unknown color: approx Palm Leaf. HEX triplet: 34, 56 and 23. RGB value is (52,86,35). Sum of RGB (Red+Green+Blue) = 52+86+35=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 86 (33.98% from 255 or 49.71% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 86 - color contains mainly: green. Hex color #345623 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345623 is #CBA9DC. Grayscale: #464646. Windows color (decimal): -13347293 or 2315828. OLE color: 2315828.

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

Color convert

RGB528635-
CMYK0.4000.590.66
HSL100º42.15%23.73%-
HSV(B)100º59.3%33.73%-
XYZ5.057.512.77-
YUV70.02108.24115.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.06%
GREEN value IS 86 (33.98% from 255) = 49.71%
BLUE value IS 35 (14.06% from 255) = 20.23%
R=30.06%
G=49.71%
B=20.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5286350.4000.590.6610042.1523.73
Hex3456232803B42642a18
Octal6412643500731021445230
Binary110100101011010001110100001110111000010110010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345623; }

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

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

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

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

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

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

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

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