#34562E

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

Shades of Palm Leaf #34562E

Tints of Palm Leaf #34562E

Color information

#34562E (or 0x34562E) is unknown color: approx Palm Leaf. HEX triplet: 34, 56 and 2E. RGB value is (52,86,46). Sum of RGB (Red+Green+Blue) = 52+86+46=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 86 (33.98% from 255 or 46.74% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 86 - color contains mainly: green. Hex color #34562E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34562E is #CBA9D1. Grayscale: #474747. Windows color (decimal): -13347282 or 3036724. OLE color: 3036724.

HSL color Cylindrical-coordinate representation of color #34562E: hue angle of 111º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #34562E is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB528646-
CMYK0.4000.470.66
HSL111º30.3%25.88%-
HSV(B)111º46.51%33.73%-
XYZ5.247.583.77-
YUV71.27113.74114.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.26%
GREEN value IS 86 (33.98% from 255) = 46.74%
BLUE value IS 46 (18.36% from 255) = 25%
R=28.26%
G=46.74%
B=25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5286460.4000.470.6611130.325.88
Hex34562E2802F426f1e1a
Octal6412656500571021573632
Binary11010010101101011101010000101111100001011011111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34562E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34562E; }

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

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

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

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

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

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

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

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