#325B32

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

Shades of Parsley #325B32

Tints of Parsley #325B32

Color information

#325B32 (or 0x325B32) is unknown color: approx Parsley. HEX triplet: 32, 5B and 32. RGB value is (50,91,50). Sum of RGB (Red+Green+Blue) = 50+91+50=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 91 (35.94% from 255 or 47.64% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 91 - color contains mainly: green. Hex color #325B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325B32 is #CDA4CD. Grayscale: #4A4A4A. Windows color (decimal): -13477070 or 3300146. OLE color: 3300146.

HSL color Cylindrical-coordinate representation of color #325B32: hue angle of 120º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #325B32 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB509150-
CMYK0.4500.450.64
HSL120º29.08%27.65%-
HSV(B)120º45.05%35.69%-
XYZ5.638.394.34-
YUV74.07114.42110.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.18%
GREEN value IS 91 (35.94% from 255) = 47.64%
BLUE value IS 50 (19.92% from 255) = 26.18%
R=26.18%
G=47.64%
B=26.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5091500.4500.450.6412029.0827.65
Hex325B322D02D40781d1c
Octal6213362550551001703534
Binary11001010110111100101011010101101100000011110001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325B32; }

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

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

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

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

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

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

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

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