#325034

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

Shades of Parsley #325034

Tints of Parsley #325034

Color information

#325034 (or 0x325034) is unknown color: approx Parsley. HEX triplet: 32, 50 and 34. RGB value is (50,80,52). Sum of RGB (Red+Green+Blue) = 50+80+52=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #325034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325034 is #CDAFCB. Grayscale: #434343. Windows color (decimal): -13479884 or 3428402. OLE color: 3428402.

HSL color Cylindrical-coordinate representation of color #325034: hue angle of 124º 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 #325034 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB508052-
CMYK0.3700.350.69
HSL124º23.08%25.49%-
HSV(B)124º37.5%31.37%-
XYZ4.86.664.28-
YUV67.84119.06115.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.47%
GREEN value IS 80 (31.64% from 255) = 43.96%
BLUE value IS 52 (20.70% from 255) = 28.57%
R=27.47%
G=43.96%
B=28.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5080520.3700.350.6912423.0825.49
Hex32503425023457c1719
Octal6212064450431051742731
Binary11001010100001101001001010100011100010111111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325034; }

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

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

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

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

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

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

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

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