#324631

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

Shades of Palm Leaf #324631

Tints of Palm Leaf #324631

Color information

#324631 (or 0x324631) is unknown color: approx Palm Leaf. HEX triplet: 32, 46 and 31. RGB value is (50,70,49). Sum of RGB (Red+Green+Blue) = 50+70+49=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 70 - color contains mainly: green. Hex color #324631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324631 is #CDB9CE. Grayscale: #3D3D3D. Windows color (decimal): -13482447 or 3229234. OLE color: 3229234.

HSL color Cylindrical-coordinate representation of color #324631: hue angle of 117.14º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #324631 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB507049-
CMYK0.2900.300.73
HSL117.14º17.65%23.33%-
HSV(B)117.14º30%27.45%-
XYZ4.065.283.71-
YUV61.63120.87119.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.59%
GREEN value IS 70 (27.73% from 255) = 41.42%
BLUE value IS 49 (19.53% from 255) = 28.99%
R=29.59%
G=41.42%
B=28.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5070490.2900.300.73117.1417.6523.33
Hex3246311D01E49751217
Octal6210661350361111652227
Binary110010100011011000111101011110100100111101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324631; }

 p { color: rgb(50,70,49); }

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

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

 a { background-color: rgb(50,70,49); }

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

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

 span { border-color: rgb(50,70,49); }

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