#323F2D

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

Shades of Palm Leaf #323F2D

Tints of Palm Leaf #323F2D

Color information

#323F2D (or 0x323F2D) is unknown color: approx Palm Leaf. HEX triplet: 32, 3F and 2D. RGB value is (50,63,45). Sum of RGB (Red+Green+Blue) = 50+63+45=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 63 - color contains mainly: green. Hex color #323F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323F2D is #CDC0D2. Grayscale: #393939. Windows color (decimal): -13484243 or 2965298. OLE color: 2965298.

HSL color Cylindrical-coordinate representation of color #323F2D: hue angle of 103.33º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #323F2D is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB506345-
CMYK0.2100.290.75
HSL103.33º16.67%21.18%-
HSV(B)103.33º28.57%24.71%-
XYZ3.574.423.15-
YUV57.06121.19122.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.65%
GREEN value IS 63 (25% from 255) = 39.87%
BLUE value IS 45 (17.97% from 255) = 28.48%
R=31.65%
G=39.87%
B=28.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5063450.2100.290.75103.3316.6721.18
Hex323F2D1501D4B671115
Octal627755250351131472125
Binary11001011111110110110101011101100101111001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323F2D; }

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

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

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

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

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

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

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

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