#323F2B

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

Shades of Palm Leaf #323F2B

Tints of Palm Leaf #323F2B

Color information

#323F2B (or 0x323F2B) is unknown color: approx Palm Leaf. HEX triplet: 32, 3F and 2B. RGB value is (50,63,43). Sum of RGB (Red+Green+Blue) = 50+63+43=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 63 - color contains mainly: green. Hex color #323F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323F2B is #CDC0D4. Grayscale: #383838. Windows color (decimal): -13484245 or 2834226. OLE color: 2834226.

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

Color convert

RGB506343-
CMYK0.2100.320.75
HSL99º18.87%20.78%-
HSV(B)99º31.75%24.71%-
XYZ3.534.412.95-
YUV56.83120.19123.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.05%
GREEN value IS 63 (25% from 255) = 40.38%
BLUE value IS 43 (17.19% from 255) = 27.56%
R=32.05%
G=40.38%
B=27.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5063430.2100.320.759918.8720.78
Hex323F2B150204B631315
Octal627753250401131432325
Binary110010111111101011101010100000100101111000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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