#324F1E

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

Shades of Palm Leaf #324F1E

Tints of Palm Leaf #324F1E

Color information

#324F1E (or 0x324F1E) is unknown color: approx Palm Leaf. HEX triplet: 32, 4F and 1E. RGB value is (50,79,30). Sum of RGB (Red+Green+Blue) = 50+79+30=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 79 (31.25% from 255 or 49.69% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 79 - color contains mainly: green. Hex color #324F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324F1E is #CDB0E1. Grayscale: #404040. Windows color (decimal): -13480162 or 1986354. OLE color: 1986354.

HSL color Cylindrical-coordinate representation of color #324F1E: hue angle of 95.51º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324F1E is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB507930-
CMYK0.3700.620.69
HSL95.51º44.95%21.37%-
HSV(B)95.51º62.03%30.98%-
XYZ4.356.362.23-
YUV64.74108.39117.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.45%
GREEN value IS 79 (31.25% from 255) = 49.69%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=31.45%
G=49.69%
B=18.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5079300.3700.620.6995.5144.9521.37
Hex324F1E2503E45602d15
Octal6211736450761051405525
Binary11001010011111111010010101111101000101110000010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,79,30); }

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

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

 a { background-color: rgb(50,79,30); }

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

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

 span { border-color: rgb(50,79,30); }

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