#323D2F

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

Shades of Palm Leaf #323D2F

Tints of Palm Leaf #323D2F

Color information

#323D2F (or 0x323D2F) is unknown color: approx Palm Leaf. HEX triplet: 32, 3D and 2F. RGB value is (50,61,47). Sum of RGB (Red+Green+Blue) = 50+61+47=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 61 - color contains mainly: green. Hex color #323D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D2F is #CDC2D0. Grayscale: #383838. Windows color (decimal): -13484753 or 3095858. OLE color: 3095858.

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

Color convert

RGB506147-
CMYK0.1800.230.76
HSL107.14º12.96%21.18%-
HSV(B)107.14º22.95%23.92%-
XYZ3.54.223.32-
YUV56.11122.86123.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.65%
GREEN value IS 61 (24.22% from 255) = 38.61%
BLUE value IS 47 (18.75% from 255) = 29.75%
R=31.65%
G=38.61%
B=29.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5061470.1800.230.76107.1412.9621.18
Hex323D2F120174C6bd15
Octal627557220271141531525
Binary1100101111011011111001001011110011001101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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