#324F24

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

Shades of Palm Leaf #324F24

Tints of Palm Leaf #324F24

Color information

#324F24 (or 0x324F24) is unknown color: approx Palm Leaf. HEX triplet: 32, 4F and 24. RGB value is (50,79,36). Sum of RGB (Red+Green+Blue) = 50+79+36=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 79 (31.25% from 255 or 47.88% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 79 - color contains mainly: green. Hex color #324F24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324F24 is #CDB0DB. Grayscale: #414141. Windows color (decimal): -13480156 or 2379570. OLE color: 2379570.

HSL color Cylindrical-coordinate representation of color #324F24: hue angle of 100.47º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #324F24 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB507936-
CMYK0.3700.540.69
HSL100.47º37.39%22.55%-
HSV(B)100.47º54.43%30.98%-
XYZ4.436.42.67-
YUV65.43111.39117-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 79 (31.25% from 255) = 47.88%
BLUE value IS 36 (14.45% from 255) = 21.82%
R=30.30%
G=47.88%
B=21.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5079360.3700.540.69100.4737.3922.55
Hex324F242503645642517
Octal6211744450661051444527
Binary110010100111110010010010101101101000101110010010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324F24; }

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

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

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

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

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

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

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

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