#324824

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

Shades of Palm Leaf #324824

Tints of Palm Leaf #324824

Color information

#324824 (or 0x324824) is unknown color: approx Palm Leaf. HEX triplet: 32, 48 and 24. RGB value is (50,72,36). Sum of RGB (Red+Green+Blue) = 50+72+36=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #324824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324824 is #CDB7DB. Grayscale: #3D3D3D. Windows color (decimal): -13481948 or 2377778. OLE color: 2377778.

HSL color Cylindrical-coordinate representation of color #324824: hue angle of 96.67º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #324824 is Cyan = 0.31, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB507236-
CMYK0.3100.50.72
HSL96.67º33.33%21.18%-
HSV(B)96.67º50%28.24%-
XYZ3.955.442.51-
YUV61.32113.71119.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.65%
GREEN value IS 72 (28.52% from 255) = 45.57%
BLUE value IS 36 (14.45% from 255) = 22.78%
R=31.65%
G=45.57%
B=22.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5072360.3100.50.7296.6733.3321.18
Hex3248241F03248612115
Octal6211044370621101414125
Binary11001010010001001001111101100101001000110000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324824; }

 p { color: rgb(50,72,36); }

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

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

 a { background-color: rgb(50,72,36); }

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

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

 span { border-color: rgb(50,72,36); }

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