#324229

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

Shades of Palm Leaf #324229

Tints of Palm Leaf #324229

Color information

#324229 (or 0x324229) is unknown color: approx Palm Leaf. HEX triplet: 32, 42 and 29. RGB value is (50,66,41). Sum of RGB (Red+Green+Blue) = 50+66+41=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 66 - color contains mainly: green. Hex color #324229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324229 is #CDBDD6. Grayscale: #3A3A3A. Windows color (decimal): -13483479 or 2703922. OLE color: 2703922.

HSL color Cylindrical-coordinate representation of color #324229: hue angle of 98.4º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #324229 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB506641-
CMYK0.2400.380.74
HSL98.4º23.36%20.98%-
HSV(B)98.4º37.88%25.88%-
XYZ3.664.732.82-
YUV58.37118.2122.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.85%
GREEN value IS 66 (26.17% from 255) = 42.04%
BLUE value IS 41 (16.41% from 255) = 26.11%
R=31.85%
G=42.04%
B=26.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5066410.2400.380.7498.423.3620.98
Hex324229180264A621715
Octal6210251300461121422725
Binary1100101000010101001110000100110100101011000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324229; }

 p { color: rgb(50,66,41); }

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

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

 a { background-color: rgb(50,66,41); }

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

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

 span { border-color: rgb(50,66,41); }

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