#325D35

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

Shades of Parsley #325D35

Tints of Parsley #325D35

Color information

#325D35 (or 0x325D35) is unknown color: approx Parsley. HEX triplet: 32, 5D and 35. RGB value is (50,93,53). Sum of RGB (Red+Green+Blue) = 50+93+53=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 93 - color contains mainly: green. Hex color #325D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D35 is #CDA2CA. Grayscale: #4B4B4B. Windows color (decimal): -13476555 or 3497266. OLE color: 3497266.

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

Color convert

RGB509353-
CMYK0.4600.430.64
HSL124.19º30.07%28.04%-
HSV(B)124.19º46.24%36.47%-
XYZ5.878.764.75-
YUV75.58115.25109.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.51%
GREEN value IS 93 (36.72% from 255) = 47.45%
BLUE value IS 53 (21.09% from 255) = 27.04%
R=25.51%
G=47.45%
B=27.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5093530.4600.430.64124.1930.0728.04
Hex325D352E02B407c1e1c
Octal6213565560531001743634
Binary11001010111011101011011100101011100000011111001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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