#34522F

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

Shades of Palm Leaf #34522F

Tints of Palm Leaf #34522F

Color information

#34522F (or 0x34522F) is unknown color: approx Palm Leaf. HEX triplet: 34, 52 and 2F. RGB value is (52,82,47). Sum of RGB (Red+Green+Blue) = 52+82+47=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #34522F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34522F is #CBADD0. Grayscale: #454545. Windows color (decimal): -13348305 or 3101236. OLE color: 3101236.

HSL color Cylindrical-coordinate representation of color #34522F: hue angle of 111.43º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #34522F is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB528247-
CMYK0.3700.430.68
HSL111.43º27.13%25.29%-
HSV(B)111.43º42.68%32.16%-
XYZ4.956.973.77-
YUV69.04115.56115.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 82 (32.42% from 255) = 45.30%
BLUE value IS 47 (18.75% from 255) = 25.97%
R=28.73%
G=45.30%
B=25.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5282470.3700.430.68111.4327.1325.29
Hex34522F2502B446f1b19
Octal6412257450531041573331
Binary11010010100101011111001010101011100010011011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34522F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34522F; }

 p { color: rgb(52,82,47); }

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

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

 a { background-color: rgb(52,82,47); }

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

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

 span { border-color: rgb(52,82,47); }

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