#325234

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

Shades of Parsley #325234

Tints of Parsley #325234

Color information

#325234 (or 0x325234) is unknown color: approx Parsley. HEX triplet: 32, 52 and 34. RGB value is (50,82,52). Sum of RGB (Red+Green+Blue) = 50+82+52=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 82 - color contains mainly: green. Hex color #325234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325234 is #CDADCB. Grayscale: #454545. Windows color (decimal): -13479372 or 3428914. OLE color: 3428914.

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

Color convert

RGB508252-
CMYK0.3900.370.68
HSL123.75º24.24%25.88%-
HSV(B)123.75º39.02%32.16%-
XYZ4.956.964.33-
YUV69.01118.4114.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.17%
GREEN value IS 82 (32.42% from 255) = 44.57%
BLUE value IS 52 (20.70% from 255) = 28.26%
R=27.17%
G=44.57%
B=28.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5082520.3900.370.68123.7524.2425.88
Hex32523427025447c181a
Octal6212264470451041743032
Binary11001010100101101001001110100101100010011111001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325234; }

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

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

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

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

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

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

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

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