#34472A

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

Shades of Palm Leaf #34472A

Tints of Palm Leaf #34472A

Color information

#34472A (or 0x34472A) is unknown color: approx Palm Leaf. HEX triplet: 34, 47 and 2A. RGB value is (52,71,42). Sum of RGB (Red+Green+Blue) = 52+71+42=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 71 - color contains mainly: green. Hex color #34472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34472A is #CBB8D5. Grayscale: #3E3E3E. Windows color (decimal): -13351126 or 2770740. OLE color: 2770740.

HSL color Cylindrical-coordinate representation of color #34472A: hue angle of 99.31º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #34472A is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB527142-
CMYK0.2700.410.72
HSL99.31º25.66%22.16%-
HSV(B)99.31º40.85%27.84%-
XYZ4.095.43.02-
YUV62.01116.71120.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 71 (28.12% from 255) = 43.03%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=31.52%
G=43.03%
B=25.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5271420.2700.410.7299.3125.6622.16
Hex34472A1B02948631a16
Octal6410752330511101433226
Binary1101001000111101010110110101001100100011000111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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