#325F33

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

Shades of Parsley #325F33

Tints of Parsley #325F33

Color information

#325F33 (or 0x325F33) is unknown color: approx Parsley. HEX triplet: 32, 5F and 33. RGB value is (50,95,51). Sum of RGB (Red+Green+Blue) = 50+95+51=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 95 - color contains mainly: green. Hex color #325F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325F33 is #CDA0CC. Grayscale: #4C4C4C. Windows color (decimal): -13476045 or 3366706. OLE color: 3366706.

HSL color Cylindrical-coordinate representation of color #325F33: hue angle of 121.33º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325F33 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.63.

Color convert

RGB509551-
CMYK0.4700.460.63
HSL121.33º31.03%28.43%-
HSV(B)121.33º47.37%37.25%-
XYZ6.019.14.57-
YUV76.53113.59109.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.51%
GREEN value IS 95 (37.5% from 255) = 48.47%
BLUE value IS 51 (20.31% from 255) = 26.02%
R=25.51%
G=48.47%
B=26.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5095510.4700.460.63121.3331.0328.43
Hex325F332F02E3F791f1c
Octal621376357056771713734
Binary1100101011111110011101111010111011111111110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,95,51); }

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

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

 a { background-color: rgb(50,95,51); }

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

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

 span { border-color: rgb(50,95,51); }

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