#325031

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

Shades of Parsley #325031

Tints of Parsley #325031

Color information

#325031 (or 0x325031) is unknown color: approx Parsley. HEX triplet: 32, 50 and 31. RGB value is (50,80,49). Sum of RGB (Red+Green+Blue) = 50+80+49=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 80 - color contains mainly: green. Hex color #325031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325031 is #CDAFCE. Grayscale: #434343. Windows color (decimal): -13479887 or 3231794. OLE color: 3231794.

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

Color convert

RGB508049-
CMYK0.3700.390.69
HSL118.06º24.03%25.29%-
HSV(B)118.06º38.75%31.37%-
XYZ4.746.643.94-
YUV67.5117.56115.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.93%
GREEN value IS 80 (31.64% from 255) = 44.69%
BLUE value IS 49 (19.53% from 255) = 27.37%
R=27.93%
G=44.69%
B=27.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5080490.3700.390.69118.0624.0325.29
Hex3250312502745761819
Octal6212061450471051663031
Binary11001010100001100011001010100111100010111101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325031; }

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

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

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

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

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

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

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

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