#34402E

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

Shades of Palm Leaf #34402E

Tints of Palm Leaf #34402E

Color information

#34402E (or 0x34402E) is unknown color: approx Palm Leaf. HEX triplet: 34, 40 and 2E. RGB value is (52,64,46). Sum of RGB (Red+Green+Blue) = 52+64+46=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 64 - color contains mainly: green. Hex color #34402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34402E is #CBBFD1. Grayscale: #3A3A3A. Windows color (decimal): -13352914 or 3031092. OLE color: 3031092.

HSL color Cylindrical-coordinate representation of color #34402E: hue angle of 100º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #34402E is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB526446-
CMYK0.1900.280.75
HSL100º16.36%21.57%-
HSV(B)100º28.12%25.1%-
XYZ3.744.593.27-
YUV58.36121.02123.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.10%
GREEN value IS 64 (25.39% from 255) = 39.51%
BLUE value IS 46 (18.36% from 255) = 28.40%
R=32.10%
G=39.51%
B=28.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5264460.1900.280.7510016.3621.57
Hex34402E1301C4B641016
Octal6410056230341131442026
Binary110100100000010111010011011100100101111001001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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