#32402C

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

Shades of Palm Leaf #32402C

Tints of Palm Leaf #32402C

Color information

#32402C (or 0x32402C) is unknown color: approx Palm Leaf. HEX triplet: 32, 40 and 2C. RGB value is (50,64,44). Sum of RGB (Red+Green+Blue) = 50+64+44=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #32402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32402C is #CDBFD3. Grayscale: #393939. Windows color (decimal): -13483988 or 2900018. OLE color: 2900018.

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

Color convert

RGB506444-
CMYK0.2200.310.75
HSL102º18.52%21.18%-
HSV(B)102º31.25%25.1%-
XYZ3.64.533.07-
YUV57.53120.36122.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.65%
GREEN value IS 64 (25.39% from 255) = 40.51%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=31.65%
G=40.51%
B=27.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5064440.2200.310.7510218.5221.18
Hex32402C1601F4B661315
Octal6210054260371131462325
Binary110010100000010110010110011111100101111001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32402C; }

 p { color: rgb(50,64,44); }

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

<style>
 a { background-color: #32402C; }

 a { background-color: rgb(50,64,44); }

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

<style>
 span { border-color: #32402C; }

 span { border-color: rgb(50,64,44); }

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