#34432B

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

Shades of Palm Leaf #34432B

Tints of Palm Leaf #34432B

Color information

#34432B (or 0x34432B) is unknown color: approx Palm Leaf. HEX triplet: 34, 43 and 2B. RGB value is (52,67,43). Sum of RGB (Red+Green+Blue) = 52+67+43=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 67 - color contains mainly: green. Hex color #34432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34432B is #CBBCD4. Grayscale: #3B3B3B. Windows color (decimal): -13352149 or 2835252. OLE color: 2835252.

HSL color Cylindrical-coordinate representation of color #34432B: hue angle of 97.5º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #34432B is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB526743-
CMYK0.2200.360.74
HSL97.5º21.82%21.57%-
HSV(B)97.5º35.82%26.27%-
XYZ3.864.923.03-
YUV59.78118.53122.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.10%
GREEN value IS 67 (26.56% from 255) = 41.36%
BLUE value IS 43 (17.19% from 255) = 26.54%
R=32.10%
G=41.36%
B=26.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5267430.2200.360.7497.521.8221.57
Hex34432B160244A621616
Octal6410353260441121422626
Binary1101001000011101011101100100100100101011000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34432B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34432B; }

 p { color: rgb(52,67,43); }

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

<style>
 a { background-color: #34432B; }

 a { background-color: rgb(52,67,43); }

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

<style>
 span { border-color: #34432B; }

 span { border-color: rgb(52,67,43); }

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