#325632

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

Shades of Parsley #325632

Tints of Parsley #325632

Color information

#325632 (or 0x325632) is unknown color: approx Parsley. HEX triplet: 32, 56 and 32. RGB value is (50,86,50). Sum of RGB (Red+Green+Blue) = 50+86+50=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 86 - color contains mainly: green. Hex color #325632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325632 is #CDA9CD. Grayscale: #474747. Windows color (decimal): -13478350 or 3298866. OLE color: 3298866.

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

Color convert

RGB508650-
CMYK0.4200.420.66
HSL120º26.47%26.67%-
HSV(B)120º41.86%33.73%-
XYZ5.227.564.2-
YUV71.13116.07112.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.88%
GREEN value IS 86 (33.98% from 255) = 46.24%
BLUE value IS 50 (19.92% from 255) = 26.88%
R=26.88%
G=46.24%
B=26.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5086500.4200.420.6612026.4726.67
Hex3256322A02A42781a1b
Octal6212662520521021703233
Binary11001010101101100101010100101010100001011110001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325632; }

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

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

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

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

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

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

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

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