#32402B

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

Shades of Palm Leaf #32402B

Tints of Palm Leaf #32402B

Color information

#32402B (or 0x32402B) is unknown color: approx Palm Leaf. HEX triplet: 32, 40 and 2B. RGB value is (50,64,43). Sum of RGB (Red+Green+Blue) = 50+64+43=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 64 - color contains mainly: green. Hex color #32402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32402B is #CDBFD4. Grayscale: #393939. Windows color (decimal): -13483989 or 2834482. OLE color: 2834482.

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

Color convert

RGB506443-
CMYK0.2200.330.75
HSL100º19.63%20.98%-
HSV(B)100º32.81%25.1%-
XYZ3.584.522.97-
YUV57.42119.86122.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.85%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 43 (17.19% from 255) = 27.39%
R=31.85%
G=40.76%
B=27.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5064430.2200.330.7510019.6320.98
Hex32402B160214B641415
Octal6210053260411131442425
Binary1100101000000101011101100100001100101111001001010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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