#32432E

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

Shades of Palm Leaf #32432E

Tints of Palm Leaf #32432E

Color information

#32432E (or 0x32432E) is unknown color: approx Palm Leaf. HEX triplet: 32, 43 and 2E. RGB value is (50,67,46). Sum of RGB (Red+Green+Blue) = 50+67+46=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 67 - color contains mainly: green. Hex color #32432E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32432E is #CDBCD1. Grayscale: #3B3B3B. Windows color (decimal): -13483218 or 3031858. OLE color: 3031858.

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

Color convert

RGB506746-
CMYK0.2500.310.74
HSL108.57º18.58%22.16%-
HSV(B)108.57º31.34%26.27%-
XYZ3.824.893.33-
YUV59.52120.37121.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.67%
GREEN value IS 67 (26.56% from 255) = 41.10%
BLUE value IS 46 (18.36% from 255) = 28.22%
R=30.67%
G=41.10%
B=28.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5067460.2500.310.74108.5718.5822.16
Hex32432E1901F4A6d1316
Octal6210356310371121552326
Binary110010100001110111011001011111100101011011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32432E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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