#324724

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

Shades of Palm Leaf #324724

Tints of Palm Leaf #324724

Color information

#324724 (or 0x324724) is unknown color: approx Palm Leaf. HEX triplet: 32, 47 and 24. RGB value is (50,71,36). Sum of RGB (Red+Green+Blue) = 50+71+36=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #324724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324724 is #CDB8DB. Grayscale: #3C3C3C. Windows color (decimal): -13482204 or 2377522. OLE color: 2377522.

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

Color convert

RGB507136-
CMYK0.3000.490.72
HSL96º32.71%20.98%-
HSV(B)96º49.3%27.84%-
XYZ3.895.312.49-
YUV60.73114.04120.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.85%
GREEN value IS 71 (28.12% from 255) = 45.22%
BLUE value IS 36 (14.45% from 255) = 22.93%
R=31.85%
G=45.22%
B=22.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5071360.3000.490.729632.7120.98
Hex3247241E03148602115
Octal6210744360611101404125
Binary11001010001111001001111001100011001000110000010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324724; }

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

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

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

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

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

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

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

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