#32442D

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

Shades of Palm Leaf #32442D

Tints of Palm Leaf #32442D

Color information

#32442D (or 0x32442D) is unknown color: approx Palm Leaf. HEX triplet: 32, 44 and 2D. RGB value is (50,68,45). Sum of RGB (Red+Green+Blue) = 50+68+45=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 68 - color contains mainly: green. Hex color #32442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32442D is #CDBBD2. Grayscale: #3C3C3C. Windows color (decimal): -13482963 or 2966578. OLE color: 2966578.

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

Color convert

RGB506845-
CMYK0.2600.340.73
HSL106.96º20.35%22.16%-
HSV(B)106.96º33.82%26.67%-
XYZ3.8653.24-
YUV60119.54120.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.67%
GREEN value IS 68 (26.95% from 255) = 41.72%
BLUE value IS 45 (17.97% from 255) = 27.61%
R=30.67%
G=41.72%
B=27.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5068450.2600.340.73106.9620.3522.16
Hex32442D1A022496b1416
Octal6210455320421111532426
Binary1100101000100101101110100100010100100111010111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,68,45); }

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

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

 a { background-color: rgb(50,68,45); }

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

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

 span { border-color: rgb(50,68,45); }

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