#325832

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

Shades of Parsley #325832

Tints of Parsley #325832

Color information

#325832 (or 0x325832) is unknown color: approx Parsley. HEX triplet: 32, 58 and 32. RGB value is (50,88,50). Sum of RGB (Red+Green+Blue) = 50+88+50=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 88 - color contains mainly: green. Hex color #325832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325832 is #CDA7CD. Grayscale: #484848. Windows color (decimal): -13477838 or 3299378. OLE color: 3299378.

HSL color Cylindrical-coordinate representation of color #325832: 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.43%. Process color model (Four color, CMYK) of #325832 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB508850-
CMYK0.4300.430.65
HSL120º27.54%27.06%-
HSV(B)120º43.18%34.51%-
XYZ5.387.894.26-
YUV72.31115.41112.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.60%
GREEN value IS 88 (34.77% from 255) = 46.81%
BLUE value IS 50 (19.92% from 255) = 26.60%
R=26.60%
G=46.81%
B=26.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5088500.4300.430.6512027.5427.06
Hex3258322B02B41781c1b
Octal6213062530531011703433
Binary11001010110001100101010110101011100000111110001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325832; }

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

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

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

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

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

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

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

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