#325932

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

Shades of Parsley #325932

Tints of Parsley #325932

Color information

#325932 (or 0x325932) is unknown color: approx Parsley. HEX triplet: 32, 59 and 32. RGB value is (50,89,50). Sum of RGB (Red+Green+Blue) = 50+89+50=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 89 - color contains mainly: green. Hex color #325932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325932 is #CDA6CD. Grayscale: #494949. Windows color (decimal): -13477582 or 3299634. OLE color: 3299634.

HSL color Cylindrical-coordinate representation of color #325932: hue angle of 120º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #325932 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB508950-
CMYK0.4400.440.65
HSL120º28.06%27.25%-
HSV(B)120º43.82%34.9%-
XYZ5.468.054.28-
YUV72.89115.08111.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.46%
GREEN value IS 89 (35.16% from 255) = 47.09%
BLUE value IS 50 (19.92% from 255) = 26.46%
R=26.46%
G=47.09%
B=26.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5089500.4400.440.6512028.0627.25
Hex3259322C02C41781c1b
Octal6213162540541011703433
Binary11001010110011100101011000101100100000111110001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325932; }

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

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

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

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

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

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

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

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