#34542A

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

Shades of Palm Leaf #34542A

Tints of Palm Leaf #34542A

Color information

#34542A (or 0x34542A) is unknown color: approx Palm Leaf. HEX triplet: 34, 54 and 2A. RGB value is (52,84,42). Sum of RGB (Red+Green+Blue) = 52+84+42=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #34542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34542A is #CBABD5. Grayscale: #454545. Windows color (decimal): -13347798 or 2774068. OLE color: 2774068.

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

Color convert

RGB528442-
CMYK0.3800.50.67
HSL105.71º33.33%24.71%-
HSV(B)105.71º50%32.94%-
XYZ57.243.32-
YUV69.64112.4115.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 84 (33.20% from 255) = 47.19%
BLUE value IS 42 (16.80% from 255) = 23.60%
R=29.21%
G=47.19%
B=23.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284420.3800.50.67105.7133.3324.71
Hex34542A26032436a2119
Octal6412452460621031524131
Binary110100101010010101010011001100101000011110101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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