#324728

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

Shades of Palm Leaf #324728

Tints of Palm Leaf #324728

Color information

#324728 (or 0x324728) is unknown color: approx Palm Leaf. HEX triplet: 32, 47 and 28. RGB value is (50,71,40). Sum of RGB (Red+Green+Blue) = 50+71+40=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #324728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324728 is #CDB8D7. Grayscale: #3D3D3D. Windows color (decimal): -13482200 or 2639666. OLE color: 2639666.

HSL color Cylindrical-coordinate representation of color #324728: hue angle of 100.65º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #324728 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB507140-
CMYK0.3000.440.72
HSL100.65º27.93%21.76%-
HSV(B)100.65º43.66%27.84%-
XYZ3.955.342.83-
YUV61.19116.04120.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.06%
GREEN value IS 71 (28.12% from 255) = 44.10%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=31.06%
G=44.10%
B=24.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5071400.3000.440.72100.6527.9321.76
Hex3247281E02C48651c16
Octal6210750360541101453426
Binary1100101000111101000111100101100100100011001011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324728; }

 p { color: rgb(50,71,40); }

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

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

 a { background-color: rgb(50,71,40); }

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

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

 span { border-color: rgb(50,71,40); }

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