#324F23

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

Shades of Palm Leaf #324F23

Tints of Palm Leaf #324F23

Color information

#324F23 (or 0x324F23) is unknown color: approx Palm Leaf. HEX triplet: 32, 4F and 23. RGB value is (50,79,35). Sum of RGB (Red+Green+Blue) = 50+79+35=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 79 - color contains mainly: green. Hex color #324F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324F23 is #CDB0DC. Grayscale: #414141. Windows color (decimal): -13480157 or 2314034. OLE color: 2314034.

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

Color convert

RGB507935-
CMYK0.3700.560.69
HSL99.55º38.6%22.35%-
HSV(B)99.55º55.7%30.98%-
XYZ4.416.392.59-
YUV65.31110.89117.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.49%
GREEN value IS 79 (31.25% from 255) = 48.17%
BLUE value IS 35 (14.06% from 255) = 21.34%
R=30.49%
G=48.17%
B=21.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5079350.3700.560.6999.5538.622.35
Hex324F232503845642716
Octal6211743450701051444726
Binary110010100111110001110010101110001000101110010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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