#34561A

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

Shades of Palm Leaf #34561A

Tints of Palm Leaf #34561A

Color information

#34561A (or 0x34561A) is unknown color: approx Palm Leaf. HEX triplet: 34, 56 and 1A. RGB value is (52,86,26). Sum of RGB (Red+Green+Blue) = 52+86+26=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 86 (33.98% from 255 or 52.44% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 86 - color contains mainly: green. Hex color #34561A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34561A is #CBA9E5. Grayscale: #454545. Windows color (decimal): -13347302 or 1726004. OLE color: 1726004.

HSL color Cylindrical-coordinate representation of color #34561A: hue angle of 94º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34561A is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB528626-
CMYK0.4000.700.66
HSL94º53.57%21.96%-
HSV(B)94º69.77%33.73%-
XYZ4.937.462.16-
YUV68.99103.74115.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.71%
GREEN value IS 86 (33.98% from 255) = 52.44%
BLUE value IS 26 (10.55% from 255) = 15.85%
R=31.71%
G=52.44%
B=15.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5286260.4000.700.669453.5721.96
Hex34561A28046425e3616
Octal64126325001061021366626
Binary110100101011011010101000010001101000010101111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34561A; }

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

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

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

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

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

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

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

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