#32422D

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

Shades of Palm Leaf #32422D

Tints of Palm Leaf #32422D

Color information

#32422D (or 0x32422D) is unknown color: approx Palm Leaf. HEX triplet: 32, 42 and 2D. RGB value is (50,66,45). Sum of RGB (Red+Green+Blue) = 50+66+45=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 66 - color contains mainly: green. Hex color #32422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32422D is #CDBDD2. Grayscale: #3A3A3A. Windows color (decimal): -13483475 or 2966066. OLE color: 2966066.

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

Color convert

RGB506645-
CMYK0.2400.320.74
HSL105.71º18.92%21.76%-
HSV(B)105.71º31.82%25.88%-
XYZ3.744.763.21-
YUV58.82120.2121.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.06%
GREEN value IS 66 (26.17% from 255) = 40.99%
BLUE value IS 45 (17.97% from 255) = 27.95%
R=31.06%
G=40.99%
B=27.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5066450.2400.320.74105.7118.9221.76
Hex32422D180204A6a1316
Octal6210255300401121522326
Binary1100101000010101101110000100000100101011010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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