#325835

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

Shades of Parsley #325835

Tints of Parsley #325835

Color information

#325835 (or 0x325835) is unknown color: approx Parsley. HEX triplet: 32, 58 and 35. RGB value is (50,88,53). Sum of RGB (Red+Green+Blue) = 50+88+53=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 88 - color contains mainly: green. Hex color #325835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325835 is #CDA7CA. Grayscale: #484848. Windows color (decimal): -13477835 or 3495986. OLE color: 3495986.

HSL color Cylindrical-coordinate representation of color #325835: hue angle of 124.74º 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 #325835 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB508853-
CMYK0.4300.400.65
HSL124.74º27.54%27.06%-
HSV(B)124.74º43.18%34.51%-
XYZ5.457.914.61-
YUV72.65116.91111.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.18%
GREEN value IS 88 (34.77% from 255) = 46.07%
BLUE value IS 53 (21.09% from 255) = 27.75%
R=26.18%
G=46.07%
B=27.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5088530.4300.400.65124.7427.5427.06
Hex3258352B028417d1c1b
Octal6213065530501011753433
Binary11001010110001101011010110101000100000111111011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325835; }

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

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

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

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

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

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

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

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