#34432D

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

Shades of Palm Leaf #34432D

Tints of Palm Leaf #34432D

Color information

#34432D (or 0x34432D) is unknown color: approx Palm Leaf. HEX triplet: 34, 43 and 2D. RGB value is (52,67,45). Sum of RGB (Red+Green+Blue) = 52+67+45=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 67 - color contains mainly: green. Hex color #34432D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34432D is #CBBCD2. Grayscale: #3C3C3C. Windows color (decimal): -13352147 or 2966324. OLE color: 2966324.

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

Color convert

RGB526745-
CMYK0.2200.330.74
HSL100.91º19.64%21.96%-
HSV(B)100.91º32.84%26.27%-
XYZ3.94.933.23-
YUV60.01119.53122.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.71%
GREEN value IS 67 (26.56% from 255) = 40.85%
BLUE value IS 45 (17.97% from 255) = 27.44%
R=31.71%
G=40.85%
B=27.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5267450.2200.330.74100.9119.6421.96
Hex34432D160214A651416
Octal6410355260411121452426
Binary1101001000011101101101100100001100101011001011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34432D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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