#32402A

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

Shades of Palm Leaf #32402A

Tints of Palm Leaf #32402A

Color information

#32402A (or 0x32402A) is unknown color: approx Palm Leaf. HEX triplet: 32, 40 and 2A. RGB value is (50,64,42). Sum of RGB (Red+Green+Blue) = 50+64+42=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 64 - color contains mainly: green. Hex color #32402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32402A is #CDBFD5. Grayscale: #393939. Windows color (decimal): -13483990 or 2768946. OLE color: 2768946.

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

Color convert

RGB506442-
CMYK0.2200.340.75
HSL98.18º20.75%20.78%-
HSV(B)98.18º34.38%25.1%-
XYZ3.574.512.87-
YUV57.31119.36122.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.05%
GREEN value IS 64 (25.39% from 255) = 41.03%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=32.05%
G=41.03%
B=26.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5064420.2200.340.7598.1820.7520.78
Hex32402A160224B621515
Octal6210052260421131422525
Binary1100101000000101010101100100010100101111000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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