#325035

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

Shades of Parsley #325035

Tints of Parsley #325035

Color information

#325035 (or 0x325035) is unknown color: approx Parsley. HEX triplet: 32, 50 and 35. RGB value is (50,80,53). Sum of RGB (Red+Green+Blue) = 50+80+53=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #325035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325035 is #CDAFCA. Grayscale: #444444. Windows color (decimal): -13479883 or 3493938. OLE color: 3493938.

HSL color Cylindrical-coordinate representation of color #325035: hue angle of 126º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #325035 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB508053-
CMYK0.3700.340.69
HSL126º23.08%25.49%-
HSV(B)126º37.5%31.37%-
XYZ4.836.674.4-
YUV67.95119.56115.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 80 (31.64% from 255) = 43.72%
BLUE value IS 53 (21.09% from 255) = 28.96%
R=27.32%
G=43.72%
B=28.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5080530.3700.340.6912623.0825.49
Hex32503525022457e1719
Octal6212065450421051762731
Binary11001010100001101011001010100010100010111111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325035; }

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

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

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

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

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

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

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

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