#324F32

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

Shades of Parsley #324F32

Tints of Parsley #324F32

Color information

#324F32 (or 0x324F32) is unknown color: approx Parsley. HEX triplet: 32, 4F and 32. RGB value is (50,79,50). Sum of RGB (Red+Green+Blue) = 50+79+50=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 79 - color contains mainly: green. Hex color #324F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324F32 is #CDB0CD. Grayscale: #434343. Windows color (decimal): -13480142 or 3297074. OLE color: 3297074.

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

Color convert

RGB507950-
CMYK0.3700.370.69
HSL120º22.48%25.29%-
HSV(B)120º36.71%30.98%-
XYZ4.696.54.03-
YUV67.02118.39115.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.93%
GREEN value IS 79 (31.25% from 255) = 44.13%
BLUE value IS 50 (19.92% from 255) = 27.93%
R=27.93%
G=44.13%
B=27.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5079500.3700.370.6912022.4825.29
Hex324F322502545781619
Octal6211762450451051702631
Binary11001010011111100101001010100101100010111110001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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