#324D25

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

Shades of Palm Leaf #324D25

Tints of Palm Leaf #324D25

Color information

#324D25 (or 0x324D25) is unknown color: approx Palm Leaf. HEX triplet: 32, 4D and 25. RGB value is (50,77,37). Sum of RGB (Red+Green+Blue) = 50+77+37=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 77 - color contains mainly: green. Hex color #324D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324D25 is #CDB2DA. Grayscale: #404040. Windows color (decimal): -13480667 or 2444594. OLE color: 2444594.

HSL color Cylindrical-coordinate representation of color #324D25: hue angle of 100.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #324D25 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.70.

Color convert

RGB507737-
CMYK0.3500.520.70
HSL100.5º35.09%22.35%-
HSV(B)100.5º51.95%30.2%-
XYZ4.36.122.7-
YUV64.37112.55117.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.49%
GREEN value IS 77 (30.47% from 255) = 46.95%
BLUE value IS 37 (14.84% from 255) = 22.56%
R=30.49%
G=46.95%
B=22.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5077370.3500.520.70100.535.0922.35
Hex324D252303446642316
Octal6211545430641061444326
Binary110010100110110010110001101101001000110110010010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324D25; }

 p { color: rgb(50,77,37); }

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

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

 a { background-color: rgb(50,77,37); }

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

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

 span { border-color: rgb(50,77,37); }

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