#324D2D

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

Shades of Palm Leaf #324D2D

Tints of Palm Leaf #324D2D

Color information

#324D2D (or 0x324D2D) is unknown color: approx Palm Leaf. HEX triplet: 32, 4D and 2D. RGB value is (50,77,45). Sum of RGB (Red+Green+Blue) = 50+77+45=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #324D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324D2D is #CDB2D2. Grayscale: #414141. Windows color (decimal): -13480659 or 2968882. OLE color: 2968882.

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

Color convert

RGB507745-
CMYK0.3500.420.70
HSL110.62º26.23%23.92%-
HSV(B)110.62º41.56%30.2%-
XYZ4.446.183.44-
YUV65.28116.55117.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.07%
GREEN value IS 77 (30.47% from 255) = 44.77%
BLUE value IS 45 (17.97% from 255) = 26.16%
R=29.07%
G=44.77%
B=26.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5077450.3500.420.70110.6226.2323.92
Hex324D2D2302A466f1a18
Octal6211555430521061573230
Binary11001010011011011011000110101010100011011011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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