#323E2F

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

Shades of Palm Leaf #323E2F

Tints of Palm Leaf #323E2F

Color information

#323E2F (or 0x323E2F) is unknown color: approx Palm Leaf. HEX triplet: 32, 3E and 2F. RGB value is (50,62,47). Sum of RGB (Red+Green+Blue) = 50+62+47=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 62 - color contains mainly: green. Hex color #323E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E2F is #CDC1D0. Grayscale: #383838. Windows color (decimal): -13484497 or 3096114. OLE color: 3096114.

HSL color Cylindrical-coordinate representation of color #323E2F: hue angle of 108º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #323E2F is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.

Color convert

RGB506247-
CMYK0.1900.240.76
HSL108º13.76%21.37%-
HSV(B)108º24.19%24.31%-
XYZ3.554.333.34-
YUV56.7122.52123.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.45%
GREEN value IS 62 (24.61% from 255) = 38.99%
BLUE value IS 47 (18.75% from 255) = 29.56%
R=31.45%
G=38.99%
B=29.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5062470.1900.240.7610813.7621.37
Hex323E2F130184C6ce15
Octal627657230301141541625
Binary1100101111101011111001101100010011001101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,62,47); }

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

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

 a { background-color: rgb(50,62,47); }

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

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

 span { border-color: rgb(50,62,47); }

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