#32432A

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

Shades of Palm Leaf #32432A

Tints of Palm Leaf #32432A

Color information

#32432A (or 0x32432A) is unknown color: approx Palm Leaf. HEX triplet: 32, 43 and 2A. RGB value is (50,67,42). Sum of RGB (Red+Green+Blue) = 50+67+42=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 67 - color contains mainly: green. Hex color #32432A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32432A is #CDBCD5. Grayscale: #3B3B3B. Windows color (decimal): -13483222 or 2769714. OLE color: 2769714.

HSL color Cylindrical-coordinate representation of color #32432A: hue angle of 100.8º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #32432A is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.

Color convert

RGB506742-
CMYK0.2500.370.74
HSL100.8º22.94%21.37%-
HSV(B)100.8º37.31%26.27%-
XYZ3.744.862.93-
YUV59.07118.37121.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.45%
GREEN value IS 67 (26.56% from 255) = 42.14%
BLUE value IS 42 (16.80% from 255) = 26.42%
R=31.45%
G=42.14%
B=26.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5067420.2500.370.74100.822.9421.37
Hex32432A190254A651715
Octal6210352310451121452725
Binary1100101000011101010110010100101100101011001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32432A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,67,42); }

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

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

 a { background-color: rgb(50,67,42); }

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

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

 span { border-color: rgb(50,67,42); }

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