#324F1D

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

Shades of Palm Leaf #324F1D

Tints of Palm Leaf #324F1D

Color information

#324F1D (or 0x324F1D) is unknown color: approx Palm Leaf. HEX triplet: 32, 4F and 1D. RGB value is (50,79,29). Sum of RGB (Red+Green+Blue) = 50+79+29=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 79 (31.25% from 255 or 50% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 79 - color contains mainly: green. Hex color #324F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324F1D is #CDB0E2. Grayscale: #404040. Windows color (decimal): -13480163 or 1920818. OLE color: 1920818.

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

Color convert

RGB507929-
CMYK0.3700.630.69
HSL94.8º46.3%21.18%-
HSV(B)94.8º63.29%30.98%-
XYZ4.336.362.16-
YUV64.63107.89117.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.65%
GREEN value IS 79 (31.25% from 255) = 50%
BLUE value IS 29 (11.72% from 255) = 18.35%
R=31.65%
G=50%
B=18.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5079290.3700.630.6994.846.321.18
Hex324F1D2503F455f2e15
Octal6211735450771051375625
Binary11001010011111110110010101111111000101101111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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